Skip to content

Commit

Permalink
fix: fix pnpm start script on the root directory (#2865)
Browse files Browse the repository at this point in the history
  • Loading branch information
shabaraba authored Jul 9, 2024
1 parent e08575a commit 66c220c
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 @@ -16,7 +16,7 @@
"fix:workspace": "pnpm -r --parallel run fix",
"fix:prettier": "pnpm lint:prettier --write",
"test:root": "jest",
"start": "pnpm build --watch",
"start": "pnpm -r --parallel run start",
"test": "pnpm test:root && pnpm -r --parallel run test",
"test:ci": "pnpm test:root && pnpm -r --stream run test:ci",
"test:e2e": "pnpm -r --parallel run test:e2e",
Expand Down

0 comments on commit 66c220c

Please sign in to comment.