Skip to content

Commit

Permalink
Attempt at redefinint node max space during lerna build
Browse files Browse the repository at this point in the history
  • Loading branch information
peterMuriuki committed Apr 11, 2022
1 parent 9300fd1 commit b392bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- run:
name: build packages
command: yarn lerna:prepublish --concurrency=1
command: export NODE_OPTIONS="--max-old-space-size=8192" && yarn lerna:prepublish --concurrency=1

- save_cache:
paths:
Expand Down

0 comments on commit b392bde

Please sign in to comment.