Skip to content

Commit

Permalink
fix: use node in postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
nlf committed Aug 30, 2021
1 parent 2386051 commit 737bef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"snap": "tap",
"test": "tap",
"posttest": "npm run lint",
"postinstall": "bin/postinstall.js"
"postinstall": "node bin/postinstall.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 737bef7

Please # to comment.