Skip to content

Commit

Permalink
Add postInstall script to package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Brewer committed May 19, 2007
1 parent d9ebaf7 commit f227a1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "chmod +x ./scripts/postInstall.sh && ./scripts/postInstall.sh"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f227a1e

Please sign in to comment.