update npm script: npm run dist:locale
This commit is contained in:
parent
a3a725a179
commit
0813a64c86
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@
|
|||
"dist:style": "gulp --gulpfile build/build-style.js",
|
||||
"dist:dev": "webpack --config build/webpack.dist.dev.config.js",
|
||||
"dist:prod": "webpack --config build/webpack.dist.prod.config.js",
|
||||
"dist": "npm run dist:style && npm run dist:dev && npm run dist:prod",
|
||||
"dist:locale": "webpack --config build/webpack.dist.locale.config.js",
|
||||
"dist": "npm run dist:style && npm run dist:dev && npm run dist:prod && npm run dist:locale",
|
||||
"lint": "eslint --fix --ext .js,.vue src",
|
||||
"unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run",
|
||||
"test": "npm run lint && npm run unit",
|
||||
|
|
Loading…
Add table
Reference in a new issue