mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Merge pull request #3243 from picklesrus/add-old-space-flag-back
Add back the max_old_space_size flag.
This commit is contained in:
commit
ef78fe0748
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
"test:unit:jest": "jest ./test/unit/ && jest ./test/localization/*.test.js",
|
"test:unit:jest": "jest ./test/unit/ && jest ./test/localization/*.test.js",
|
||||||
"test:unit:tap": "tap ./test/{unit-legacy,localization-legacy}/*.js --no-coverage -R classic",
|
"test:unit:tap": "tap ./test/{unit-legacy,localization-legacy}/*.js --no-coverage -R classic",
|
||||||
"test:coverage": "tap ./test/{unit-legacy,localization-legacy}/*.js --coverage --coverage-report=lcov",
|
"test:coverage": "tap ./test/{unit-legacy,localization-legacy}/*.js --coverage --coverage-report=lcov",
|
||||||
"build": "npm run clean && npm run translate && webpack --bail",
|
"build": "npm run clean && npm run translate && NODE_OPTIONS=--max_old_space_size=8000 webpack --bail",
|
||||||
"clean": "rm -rf ./build && rm -rf ./intl && mkdir -p build && mkdir -p intl",
|
"clean": "rm -rf ./build && rm -rf ./intl && mkdir -p build && mkdir -p intl",
|
||||||
"deploy": "npm run deploy:s3 && npm run deploy:fastly",
|
"deploy": "npm run deploy:s3 && npm run deploy:fastly",
|
||||||
"deploy:fastly": "node ./bin/configure-fastly.js",
|
"deploy:fastly": "node ./bin/configure-fastly.js",
|
||||||
|
|
Loading…
Reference in a new issue