Add grunt parameter to aws release

This commit is contained in:
Tankred Hase 2014-10-22 20:24:36 +02:00
parent a728e34e32
commit cce81337c3
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ git merge master --no-edit
rm -rf node_modules/
npm cache clear
npm install
npm test
grunt release-$1 --release=$2
grunt test
# install only production dependencies
rm -rf node_modules/