Skip to content

Commit

Permalink
Call yarn from travis javascript setup script.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpovolny committed Jul 27, 2017
1 parent 8fd8d7b commit 15303b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/ci/setup_js_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ if ! cmp --silent bower.json vendor/assets/bower_components/bower.json; then
rm -rf vendor/assets/bower_components
fi

yarn

if [ -d vendor/assets/bower_components ]; then
# Using bower_components from cache
echo "bower assets installed... moving on."
Expand Down

0 comments on commit 15303b3

Please sign in to comment.