Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
it doesn't matter if postinstall.js fails (this caused installing to …
Browse files Browse the repository at this point in the history
…fail on linux, which uses an incorrect name for the "node" binary)
  • Loading branch information
evanw committed Mar 6, 2016
1 parent 3a45d50 commit a2e8abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"skewc": "skewc"
},
"scripts": {
"postinstall": "node postinstall.js"
"postinstall": "node postinstall.js || true"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a2e8abf

Please sign in to comment.