Fix build cmd

This commit is contained in:
SleepWalker 2019-12-11 09:45:10 +02:00
parent 3b20475cc6
commit 9ef65920fe

View File

@ -40,7 +40,7 @@
"i18n:pull": "babel-node ./packages/scripts/i18n-crowdin.js pull",
"build": "yarn run clean && yarn run build:webpack",
"build:install": "yarn install",
"build:webpack": "webpack --colors -p --bail",
"build:webpack": "NODE_ENV=production webpack --colors -p --bail",
"build:quiet": "yarn run clean && yarn run build:webpack --quiet",
"build:dll": "node ./packages/scripts/build-dll.js",
"build:serve": "http-server --proxy https://dev.account.ely.by ./dist",