Skip to content

Commit 895249d

Browse files
committed
fix typo
1 parent 1460b91 commit 895249d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"start-nushell": "bun --cwd npm-app start-nushell",
3232
"format": "prettier --write \"**/*.{ts,tsx,json,md}\"",
3333
"release:npm-app": "bun run --cwd=npm-app release",
34-
"release:sdk": "bun run --cwd=sdkrelease",
34+
"release:sdk": "bun run --cwd=sdk release",
3535
"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",
3636
"typecheck": "bun --cwd=sdk run build:types && bun --filter='*' run typecheck && echo '✅ All type checks passed!'",
3737
"test": "bun --filter='{@codebuff/backend,@codebuff/common,@codebuff/npm-app,@codebuff/agents}' run test",

0 commit comments

Comments
 (0)