mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-30 02:32:58 +05:30
Fix build cmd
This commit is contained in:
parent
3b20475cc6
commit
9ef65920fe
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user