Merge pull request #16903 from mozilla/revert-16897-clouserw-patch-3

Revert "Update build.sh"
This commit is contained in:
Wil Clouser 2024-05-08 13:58:03 -07:00 коммит произвёл GitHub
Родитель 339c2e1112 1f6c4e6eb1
Коммит a1927f1abb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

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

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