Skip to content

Commit

Permalink
chore: set NODE_OPTIONS in pr build
Browse files Browse the repository at this point in the history
  • Loading branch information
corymhall committed May 10, 2023
1 parent 933fdee commit 8e5fd9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildspec-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ phases:
- /bin/bash ./scripts/cache-load.sh
build:
commands:
- export NODE_OPTIONS="--max-old-space-size=8196 --experimental-worker ${NODE_OPTIONS:-}"
- /bin/bash ./build.sh
- /bin/bash ./scripts/transform.sh
# After compilation, run Rosetta (using the cache if available).
Expand Down

0 comments on commit 8e5fd9b

Please sign in to comment.