mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
Remove parallel flag from pnpm dev script
This commit is contained in:
5
.changeset/large-bats-hug.md
Normal file
5
.changeset/large-bats-hug.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"create-better-t-stack": patch
|
||||
---
|
||||
|
||||
fix pnpm dev script
|
||||
@@ -35,7 +35,7 @@ async function updateRootPackageJson(
|
||||
};
|
||||
|
||||
const pnpmScripts = {
|
||||
dev: "pnpm -r --parallel dev",
|
||||
dev: "pnpm -r dev",
|
||||
build: "pnpm -r build",
|
||||
"check-types": "pnpm -r check-types",
|
||||
"dev:native": "pnpm --filter native dev",
|
||||
|
||||
Reference in New Issue
Block a user