Rename build:watch to build:watch:packages
Only watches and builds packages in ./packages/*, excluding apps. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -16,6 +16,6 @@
|
|||||||
|
|
||||||
processes = {
|
processes = {
|
||||||
dev.exec = "bun run dev";
|
dev.exec = "bun run dev";
|
||||||
build-watch.exec = "bun run build:watch";
|
build-watch.exec = "bun run build:watch:packages";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "turbo dev",
|
"dev": "turbo dev",
|
||||||
"build": "turbo build",
|
"build": "turbo build",
|
||||||
"build:watch": "turbo build --watch",
|
"build:watch:packages": "turbo build --watch --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