chore(jenkins): ensure deps are installed before trying to use them

This commit is contained in:
Peter Bacon Darwin
2016-12-08 11:07:52 +00:00
parent f0dc288824
commit 4c5afb5cc2
+3 -3
View File
@@ -11,8 +11,8 @@ rm -rf ~/.yarn
curl -o- -L https://raw.githubusercontent.com/yarnpkg/yarn/2a0afc73210c7a82082585283e518eeb88ca19ae/scripts/install-latest.sh | bash -s -- --version 0.17.9
export PATH="$HOME/.yarn/bin:$PATH"
# Ensure that we have the local dependencies installed
yarn install
echo testing grunt version
yarn run grunt -- --version
# Ensure that we have the local dependencies installed
yarn install