Commit 0813a64c867ccba6f6441c51cc386db56ab867f3
1 parent
a3a725a1
update npm script: npm run dist:locale
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
package.json
... | ... | @@ -23,7 +23,8 @@ |
23 | 23 | "dist:style": "gulp --gulpfile build/build-style.js", |
24 | 24 | "dist:dev": "webpack --config build/webpack.dist.dev.config.js", |
25 | 25 | "dist:prod": "webpack --config build/webpack.dist.prod.config.js", |
26 | - "dist": "npm run dist:style && npm run dist:dev && npm run dist:prod", | |
26 | + "dist:locale": "webpack --config build/webpack.dist.locale.config.js", | |
27 | + "dist": "npm run dist:style && npm run dist:dev && npm run dist:prod && npm run dist:locale", | |
27 | 28 | "lint": "eslint --fix --ext .js,.vue src", |
28 | 29 | "unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run", |
29 | 30 | "test": "npm run lint && npm run unit", | ... | ... |