Skip to content

Commit b8b50cc

Browse files
committed
remove post-install script
1 parent 59b080c commit b8b50cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
},
99
"scripts": {
1010
"build": "tsc && chmod 755 ./build/index.js && (chmod 755 ./build/mock-client/*.js 2>/dev/null || true)",
11-
"postinstall": "npm run build",
1211
"debug:stdio": "node ./build/mock-client/debug-client.js",
1312
"debug:sdk": "node ./build/mock-client/stdio-client.js",
1413
"debug:http": "node ./build/mock-client/http-client.js",

0 commit comments

Comments
 (0)