chore(CI): speed up yarn install by skipping install of browsers

This commit is contained in:
Iain Sproat
2025-05-01 20:30:53 +01:00
parent 6437f237aa
commit 8a32b3f2ae
8 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -13,5 +13,5 @@ cp -n "${GIT_ROOT}/packages/server/.env-example" "${GIT_ROOT}/packages/server/.e
cp -n "${GIT_ROOT}/packages/frontend-2/.env.example" "${GIT_ROOT}/packages/frontend-2/.env" || true
echo "Installing nodejs dependencies and building shared packages"
yarn
PUPPETEER_SKIP_DOWNLOAD=true PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 yarn
yarn build:public