Skip to content

Commit

Permalink
Merge pull request #1964 from NMDSdevopsServiceAdm/restorePackage
Browse files Browse the repository at this point in the history
Revert "Upgraded old space to 8gb"
  • Loading branch information
paulcarvell authored Feb 10, 2020
2 parents b6db961 + e6bab39 commit fde4e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1",
"scripts": {
"ng": "ng",
"start": "npm run build && node --max-old-space-size=8192 server.js",
"start": "npm run build && node --max-old-space-size=4096 server.js",
"dev": "npm-run-all -p -l build:watch api:proxy",
"build": "ng build --extract-css",
"build:clean": "rimraf dist",
Expand Down

0 comments on commit fde4e24

Please sign in to comment.