Client: fix compilation
This commit is contained in:
parent
ab683a8e0d
commit
d61e81538b
|
@ -58,7 +58,7 @@
|
|||
"ng-router-loader": "^1.0.2",
|
||||
"ng2-file-upload": "^1.1.4-2",
|
||||
"ng2-smart-table": "1.0.3",
|
||||
"ng2-tag-input": "^1.0.5",
|
||||
"ng2-tag-input": "1.0.5",
|
||||
"ngc-webpack": "2.0.0",
|
||||
"ngx-bootstrap": "1.6.6",
|
||||
"node-sass": "^4.1.1",
|
||||
|
|
|
@ -2,4 +2,6 @@
|
|||
|
||||
cd client || exit -1
|
||||
|
||||
rm -rf ./compiled
|
||||
|
||||
npm run webpack -- --config config/webpack.dev.js --progress --profile --colors --display-error-details --display-cached
|
||||
|
|
|
@ -2,4 +2,6 @@
|
|||
|
||||
cd client || exit -1
|
||||
|
||||
rm -rf ./compiled
|
||||
|
||||
npm run webpack -- --config config/webpack.prod.js --progress --profile --bail
|
||||
|
|
Loading…
Reference in New Issue