Skip to content

Commit

Permalink
Remove additional node memory when building packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyhun committed Jan 7, 2021
1 parent 3a24b7b commit 49d0edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ci-checks-js.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if [ "$CHECK_CORRECTNESS" = true ] ; then
# Need to build gutenberg packages before linting so that eslint-plugin-import can resolve those.
# See https://github.com/WordPress/gutenberg/pull/22088 for more information.
cd gutenberg
NODE_OPTIONS=--max_old_space_size=4096 npm run build:packages || pFail
npm run build:packages || pFail
cd ..

npm run lint || pFail
Expand Down

0 comments on commit 49d0edc

Please sign in to comment.