Add a build:dev command
This commit is contained in:
parent
42779844a7
commit
1c67f6dc1e
@ -7,6 +7,7 @@
|
||||
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
|
||||
"start": "npm run dev",
|
||||
"lint": "eslint --ext .js,.vue src",
|
||||
"build:dev": "rm -r dist/*; webpack-cli --bail --progress --config build/webpack.dev.conf.js",
|
||||
"build": "rm -r dist/*; webpack-cli --bail --progress --config build/webpack.prod.conf.js",
|
||||
"push-locales": "json2po -P -i src/i18n/en.json -t src/i18n/en.json -o po/cyclassist.pot && zanata push",
|
||||
"pull-locales": "zanata pull && ./.po2json.sh",
|
||||
|
@ -3912,10 +3912,6 @@ hosted-git-info@^2.1.4:
|
||||
version "2.7.1"
|
||||
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.7.1.tgz#97f236977bd6e125408930ff6de3eec6281ec047"
|
||||
|
||||
howler@^2.0.15:
|
||||
version "2.0.15"
|
||||
resolved "https://registry.yarnpkg.com/howler/-/howler-2.0.15.tgz#8f26d6548d29b257441fc190644b4392ce99ad32"
|
||||
|
||||
hpack.js@^2.1.6:
|
||||
version "2.1.6"
|
||||
resolved "https://registry.yarnpkg.com/hpack.js/-/hpack.js-2.1.6.tgz#87774c0949e513f42e84575b3c45681fade2a0b2"
|
||||
|
Loading…
Reference in New Issue
Block a user