We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1460b91 commit 895249dCopy full SHA for 895249d
package.json
@@ -31,7 +31,7 @@
31
"start-nushell": "bun --cwd npm-app start-nushell",
32
"format": "prettier --write \"**/*.{ts,tsx,json,md}\"",
33
"release:npm-app": "bun run --cwd=npm-app release",
34
- "release:sdk": "bun run --cwd=sdkrelease",
+ "release:sdk": "bun run --cwd=sdk release",
35
"clean-ts": "find . -name '*.tsbuildinfo' -type f -delete && find . -name '.next' -type d -exec rm -rf {} + 2>/dev/null || true && find . -name 'node_modules' -type d -exec rm -rf {} + 2>/dev/null || true && bun install",
36
"typecheck": "bun --cwd=sdk run build:types && bun --filter='*' run typecheck && echo '✅ All type checks passed!'",
37
"test": "bun --filter='{@codebuff/backend,@codebuff/common,@codebuff/npm-app,@codebuff/agents}' run test",
0 commit comments