Fix turbo watch command syntax
Use `turbo watch build` instead of `turbo build --watch`. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "turbo dev",
|
"dev": "turbo dev",
|
||||||
"build": "turbo build",
|
"build": "turbo build",
|
||||||
"build:watch:packages": "turbo build --watch --filter=./packages/*",
|
"build:watch:packages": "turbo watch build --filter=./packages/*",
|
||||||
"lint": "biome check",
|
"lint": "biome check",
|
||||||
"lint:fix": "biome check --write --unsafe",
|
"lint:fix": "biome check --write --unsafe",
|
||||||
"typecheck": "turbo typecheck",
|
"typecheck": "turbo typecheck",
|
||||||
|
|||||||
Reference in New Issue
Block a user