workflow: default dev script to vue package
This commit is contained in:
parent
0857d96438
commit
8e370efbaf
@ -17,7 +17,7 @@ const execa = require('execa')
|
||||
const { targets, fuzzyMatchTarget } = require('./utils')
|
||||
|
||||
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
|
||||
|
||||
execa(
|
||||
|
Loading…
Reference in New Issue
Block a user