Increase turborepo concurrency level (#773)

This commit is contained in:
Matti Nannt
2023-09-05 14:10:51 +09:00
committed by GitHub
parent 1c7ca87439
commit 5a457ef627

View File

@@ -17,7 +17,7 @@
"db:migrate:deploy": "turbo run db:migrate:deploy",
"db:migrate:vercel": "turbo run db:migrate:vercel",
"db:push": "turbo run db:push",
"go": "turbo run go --concurrency 16",
"go": "turbo run go --concurrency 20",
"dev": "turbo run dev --parallel",
"pre-commit": "lint-staged",
"start": "turbo run start --parallel",