Skip to content

Commit

Permalink
fixed npm calls
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuchetics committed Jan 22, 2014
1 parent cb303f2 commit 0169c72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/compile
Expand Up @@ -120,8 +120,8 @@ echo "export PATH=\"\$HOME/vendor/node/bin:\$HOME/bin:\$HOME/node_modules/.bin:\
fi

# make sure that grunt and grunt-cli are installed locally
run_npm "install grunt-cli"
run_npm "install grunt"
npm install grunt-cli
npm install grunt
echo "-----> Found Gruntfile, running grunt heroku:$NODE_ENV task"
$build_dir/node_modules/.bin/grunt heroku:$NODE_ENV
else
Expand Down

0 comments on commit 0169c72

Please sign in to comment.