Skip to content

Commit

Permalink
Merge pull request #168 from CedricGatay/feature/karma-junit-reporter
Browse files Browse the repository at this point in the history
Added grunt test to build.sh
  • Loading branch information
xhanin committed Feb 24, 2015
2 parents 1182367 + e1a8a7f commit 05230a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -2,4 +2,5 @@ REM This script is used to build the front app and put it in the dist directory.

npm install
bower install
grunt test
grunt build
Expand Up @@ -4,4 +4,5 @@

npm install
bower install
grunt test
grunt build

0 comments on commit 05230a5

Please sign in to comment.