Skip to content

Commit c86be89

Browse files
committed
chore: update watch script
1 parent 319d8df commit c86be89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"scripts": {
1717
"build": "turbo run build --concurrency=3",
1818
"ci:build": "tsx scripts/ci-retry.ts pnpm run build",
19-
"watch": "pnpm -r run watch",
19+
"watch": "turbo watch build --concurrency=3",
2020
"play": "tsx scripts/play.ts",
2121
"dev": "tsx scripts/play.ts",
2222
"docs": "pnpm -C docs run docs",

0 commit comments

Comments
 (0)