Skip to content

Commit

Permalink
Merge branch 'feature-bash-script' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ethul committed Apr 29, 2013
2 parents 1e32afe + f4c0540 commit 55f1eda
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 @@ -25,7 +25,7 @@
"node": ">=0.8.0"
},
"scripts": {
"postinstall": "bash -c \"(pushd node_modules/roy && make deps && make && popd) &>/dev/null\""
"postinstall": "(cd node_modules/roy && make deps && make && cd ../../) &>/dev/null"
},
"dependencies": {
"source-map": "~0.1.8",
Expand Down

0 comments on commit 55f1eda

Please sign in to comment.