feat: add pnpm run link:dev for local development
- scripts/link-dev.sh: one-command setup to switch ~/.uncaged-nerve to use monorepo packages instead of npm registry versions - Builds all packages, links CLI globally, links all @uncaged/* packages into the nerve workspace, and restarts daemon - Prevents version mismatch between CLI and daemon during development
This commit is contained in:
+2
-1
@@ -8,7 +8,8 @@
|
||||
"prepare": "husky",
|
||||
"build": "pnpm -r run build",
|
||||
"check": "biome check .",
|
||||
"format": "biome format --write ."
|
||||
"format": "biome format --write .",
|
||||
"link:dev": "bash scripts/link-dev.sh"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^1.9.0",
|
||||
|
||||
Reference in New Issue
Block a user