Try harder to avoid OOms in Netlify build

This commit is contained in:
Jordan Eldredge 2025-07-15 19:25:16 -07:00
parent acff24b7bb
commit f35f1242ca

View file

@ -15,7 +15,7 @@
"test:unit": "jest",
"lint": "eslint . --ext ts,tsx,js,jsx --rulesdir=packages/webamp-modern/tools/eslint-rules",
"type-check": "pnpm --filter webamp type-check && pnpm --filter ani-cursor type-check && pnpm --filter skin-database type-check && pnpm --filter webamp-docs type-check && pnpm --filter winamp-eqf type-check",
"deploy": "npx turbo build --concurrency 1",
"deploy": "npx turbo webamp#build --concurrency 1",
"format": "prettier --write '**/*.{js,ts,tsx}'"
},
"devDependencies": {