Skip to content

Commit

Permalink
TASK: install yarn in update-neos-ui-compiled step
Browse files Browse the repository at this point in the history
  • Loading branch information
skurfuerst committed Jul 5, 2017
1 parent 1d42e88 commit b46a237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/Jenkins/update-neos-ui-compiled.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export NVM_DIR="$HOME/.nvm"

nvm install
nvm use

npm install -g yarn
# break on failures can only be applied AFTER nvm was loaded.
set -xe
GIT_SHA1=`git rev-parse HEAD`
Expand Down

0 comments on commit b46a237

Please sign in to comment.