chore(travis): fix bower install
We removed `grunt package` from JOB_UNIT in 4015e0fde5,
but this runs `grunt bower` which JOB_UNIT needs.
This commit adds `grunt bower` to JOB_UNIT.
Closes #16105
This commit is contained in:
@@ -18,6 +18,8 @@ fi
|
||||
|
||||
# unit runs the docs tests too which need a built version of the code
|
||||
if [ "$JOB" = "unit" ]; then
|
||||
grunt bower
|
||||
grunt validate-angular-files
|
||||
grunt build
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user