Skip to content

Commit

Permalink
comment out post installation script call
Browse files Browse the repository at this point in the history
  • Loading branch information
skounis committed Nov 25, 2015
1 parent e23cf77 commit 7f6874a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -50,7 +50,9 @@
},
"scripts": {
"test": "grunt test",
"postinstall": "./install.sh"
"//": "Uncomment the next line to enable post install script.",
"//": "There is always the option to run it manually.",
"//": { "postinstall": "./install.sh" }
},
"cordovaPlatforms": [
"ios"
Expand Down

0 comments on commit 7f6874a

Please sign in to comment.