Skip to content

Commit

Permalink
Added grunt test to build.sh
Browse files Browse the repository at this point in the history
When using grunt bower template, added a `grunt test` step to consolidate build of the ui part.
When used with angular-bootstrap-grunt-bower#1 it allows proper test results report handling for the CI server.
  • Loading branch information
CedricGatay committed Feb 24, 2015
1 parent f83c619 commit e1a8a7f
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 e1a8a7f

Please sign in to comment.