1 parent 435973f commit 240bdd8Copy full SHA for 240bdd8
1 file changed
packages/bun-decompile/package.json
@@ -42,7 +42,8 @@
42
"scripts": {
43
"build": "true",
44
"test": "bun test",
45
- "typecheck": "tsc --noEmit"
+ "typecheck": "tsc --noEmit",
46
+ "prepublishOnly": "bun run typecheck"
47
},
48
"dependencies": {
49
"@anthropic-ai/sdk": "^0.52.0",
0 commit comments