File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -349,7 +349,6 @@ workflows:
349
349
filters :
350
350
branches :
351
351
only :
352
- - develop
353
352
- reskin
354
353
# This is alternate dev env for parallel testing
355
354
- " build-test " :
Original file line number Diff line number Diff line change 14
14
"lint:js" : " eslint --ext .js,.jsx ." ,
15
15
"lint:scss" : " stylelint **/*.scss --syntax scss" ,
16
16
"update-tests" : " npm run jest -- -u" ,
17
- "start" : " cross-env BABEL_ENV=production NODE_ENV=production node ./bin/www" ,
17
+ "start" : " cross-env BABEL_ENV=production NODE_ENV=production node --max-old-space-size=8192 ./bin/www" ,
18
18
"test" : " npm run lint && npm run --runInBand jest" ,
19
19
"commitlint" : " commitlint -E HUSKY_GIT_PARAMS" ,
20
20
"release:changelog" : " npm run conventional-changelog -- -p angular -i CHANGELOG.md -s" ,
You can’t perform that action at this time.
0 commit comments