workflow: default dev script to vue package

This commit is contained in:
Evan You 2018-10-23 11:59:16 -04:00
parent 0857d96438
commit 8e370efbaf

View File

@ -17,7 +17,7 @@ const execa = require('execa')
const { targets, fuzzyMatchTarget } = require('./utils') const { targets, fuzzyMatchTarget } = require('./utils')
const args = require('minimist')(process.argv.slice(2)) const args = require('minimist')(process.argv.slice(2))
const target = fuzzyMatchTarget(args._[0] || 'renderer-dom') const target = fuzzyMatchTarget(args._[0] || 'vue')
const formats = args.formats || args.f const formats = args.formats || args.f
execa( execa(