Skip to content

Commit 737bef7

Browse files
committed
fix: use node in postinstall script
1 parent 2386051 commit 737bef7

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
@@ -12,7 +12,7 @@
1212
"snap": "tap",
1313
"test": "tap",
1414
"posttest": "npm run lint",
15-
"postinstall": "bin/postinstall.js"
15+
"postinstall": "node bin/postinstall.js"
1616
},
1717
"repository": {
1818
"type": "git",

0 commit comments

Comments
 (0)