Skip to content
This repository has been archived by the owner on Jun 24, 2020. It is now read-only.

Commit

Permalink
echo message for grunt tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
cfarm committed Oct 7, 2015
1 parent 972d8c7 commit 505ac55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontendbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ fi
npm install

if [ $DEPLOY_ENV = "PROD" ]; then
echo "Running grunt production-deploy"
grunt production-deploy
else
echo "Running grunt dev-deploy"
grunt dev-deploy
fi

0 comments on commit 505ac55

Please sign in to comment.