Skip to content

Commit

Permalink
chore: remove concurrency option
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemoya committed Apr 30, 2024
1 parent d2bbe4f commit 4e3923e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"packageManager": "pnpm@8.15.1",
"scripts": {
"dev": "dotenv -e .env.local -- turbo run dev --concurrency 10",
"dev": "dotenv -e .env.local -- turbo run dev",
"build": "dotenv -e .env.local -- turbo run build",
"lint": "turbo lint",
"typecheck": "turbo typecheck"
Expand Down

0 comments on commit 4e3923e

Please sign in to comment.