Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

chore(build): fix bower install #16105

Merged
merged 1 commit into from
Jul 13, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions scripts/travis/before_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down