Merge pull request #15734 from mozilla/fix-oom-in-create-fxa-image

task(ci): Include max-old-space-size node option in build.sh
This commit is contained in:
Dan Schomburg 2023-08-30 17:26:25 -04:00 коммит произвёл GitHub
Родитель c2fd3cdd7f e114e823d9
Коммит cb20a648fe
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -32,7 +32,7 @@ done
# `npx yarn` because `npm i -g yarn` needs sudo
npx yarn install
npx yarn gql:allowlist
SKIP_PREFLIGHT_CHECK=true npx nx run-many -t build --all --verbose
NODE_OPTIONS="--max-old-space-size=7168" SKIP_PREFLIGHT_CHECK=true npx nx run-many -t build --all --verbose
# This will reduce packages to only production dependencies
npx yarn workspaces focus --production --all