Commit 9402cf49 authored by Isaac's avatar Isaac

update build script

parent a9767266
......@@ -9,8 +9,8 @@
"lint": "ng lint",
"e2e": "ng e2e",
"move-assets": ". ./move-assets.sh",
"build-enduser-production": "./node_modules/.bin/ng build --configuration=production-enduser && npm run move-assets --panel=enduser",
"build-staff-production": "./node_modules/.bin/ng build --configuration=production-staff && npm run move-assets --panel=staff"
"build-enduser-production": "node --max_old_space_size=5048 ./node_modules/@angular/cli/bin/ng build --configuration=production-enduser && npm run move-assets --panel=enduser",
"build-staff-production": "node --max_old_space_size=5048 ./node_modules/@angular/cli/bin/ng build --configuration=production-staff && npm run move-assets --panel=staff"
},
"private": true,
"dependencies": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment