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:
RevIQ
2026-01-08 08:04:23 +08:00
parent e4cbb9d565
commit bba08a4330

View File

@@ -8,7 +8,7 @@
"scripts": {
"dev": "turbo dev",
"build": "turbo build",
"build:watch:packages": "turbo build --watch --filter=./packages/*",
"build:watch:packages": "turbo watch build --filter=./packages/*",
"lint": "biome check",
"lint:fix": "biome check --write --unsafe",
"typecheck": "turbo typecheck",