File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
packages/protocol-dashboard Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 7979 working_directory : ~/protocol-dashboard
8080 docker :
8181 - image : circleci/node:10.13
82+ resource_class : large
8283 steps :
8384 - attach_workspace :
8485 at : ./
@@ -126,6 +127,7 @@ jobs:
126127 working_directory : ~/protocol-dashboard
127128 docker :
128129 - image : circleci/node:10.13
130+ resource_class : large
129131 steps :
130132 - checkout
131133 - attach_workspace :
Original file line number Diff line number Diff line change 4545 "start:dev" : " npm run configure-local-env && env-cmd -f .env.development.local npm start" ,
4646 "start:stage" : " env-cmd -f .env.stage npm start" ,
4747 "start:prod" : " env-cmd -f .env.prod npm start" ,
48- "build" : " react-scripts build" ,
48+ "build" : " react-scripts --max_old_space_size=8192 build" ,
4949 "build:stage" : " env-cmd -f .env.stage npm run build && node ./scripts/rerouteLegacy.js stage" ,
5050 "build:prod" : " env-cmd -f .env.prod npm run build && node ./scripts/rerouteLegacy.js" ,
5151 "test" : " react-scripts test" ,
You can’t perform that action at this time.
0 commit comments