Skip to content

Commit

Permalink
[tools] Remove postinstall script
Browse files Browse the repository at this point in the history
Postinstall script failed install on Windows. Since I can't find a
proper way to fix the issue, I'm removing the script to not block
installation for users and hope to find solution later.

See #149
  • Loading branch information
tonyganch committed Apr 28, 2016
1 parent e6aa0be commit f335711
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"init": "./scripts/init.sh",
"log": "./scripts/log.sh",
"prepublish": "./scripts/prepublish.sh",
"postinstall": "if [ -e ./scripts/postinstall.sh ]; then ./scripts/postinstall.sh; fi",
"postpublish": "./scripts/postpublish.sh",
"test": "./scripts/build.sh && ./scripts/test.sh"
},
Expand Down
6 changes: 0 additions & 6 deletions scripts/postinstall.sh

This file was deleted.

0 comments on commit f335711

Please sign in to comment.