Skip to content

Commit 30413fe

Browse files
committed
fixed broken npm installation by removing post build step
1 parent f7da0ea commit 30413fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
],
4141
"main": "index.js",
4242
"scripts": {
43-
"test": "grunt",
44-
"postinstall": "node node_modules/tsd/build/cli.js install"
43+
"test": "grunt"
4544
}
4645
}

0 commit comments

Comments
 (0)