Skip to content

Commit

Permalink
Try to fix grunt error. #6
Browse files Browse the repository at this point in the history
  • Loading branch information
securityvoid committed Jan 9, 2016
1 parent a8a2373 commit a31b8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ IF EXIST "%DEPLOYMENT_TARGET%\package.json" (

:: 4. Run grunt
if [ -e "$DEPLOYMENT_SOURCE/Gruntfile.js" ]; then
eval $NPM_CMD install grunt-cli
call !NPM_CMD! install grunt-cli
exitWithMessageOnError "installing grunt failed"
./node_modules/.bin/grunt --no-color build
exitWithMessageOnError "grunt failed"
Expand Down

0 comments on commit a31b8f7

Please sign in to comment.