Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
development-jku
ivolunteer-jku-frontend
Commits
829bdaa3
Commit
829bdaa3
authored
Dec 11, 2020
by
pstarzer
Browse files
reduce max ram size for build script
parent
073d32fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
marketplace-frontend/package.json
View file @
829bdaa3
...
...
@@ -13,7 +13,7 @@
"start-hmr-sourcemaps"
:
"ng serve --hmr -e=hmr --host 0.0.0.0"
,
"build"
:
"node --max_old_space_size=8048 ./node_modules/@angular/cli/bin/ng build --dev"
,
"build-stats"
:
"node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --dev --stats-json"
,
"build-prodX"
:
"node --max_old_space_size=
8048
./node_modules/@angular/cli/bin/ng build --configuration productionX"
,
"build-prodX"
:
"node --max_old_space_size=
3000
./node_modules/@angular/cli/bin/ng build --configuration productionX"
,
"build-prod"
:
"node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --configuration production"
,
"build-prod-stats"
:
"node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --prod --stats-json"
,
"test"
:
"ng test"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment