Attempt to set node options for circleci testing?

This commit is contained in:
Dannon Baker
2020-05-19 10:50:01 -04:00
parent 3ac0f38f93
commit 3e4a038fe1
+5 -1
View File
@@ -152,7 +152,11 @@ jobs:
- *restore_yarn_cache
- run: cd client && yarn install --frozen-lockfile
- *save_yarn_cache
- run: cd client && yarn run build
- run:
name: Build client
command: cd client && yarn run build
environment:
NODE_OPTIONS: --max_old_space_size=4096
- run: cd client && yarn run test
js_lint:
docker: