Skip to content

Commit 3b98387

Browse files
jowleemichellebrier
authored andcommitted
Merge pull request #111 from AudiusProject/jowlee-bump-resource-size
Bump resource size
1 parent f4bd2dd commit 3b98387

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/protocol-dashboard/.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
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:

packages/protocol-dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
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",

0 commit comments

Comments
 (0)