Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
fix(build): Updates yarn version for bacon tests (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
swiftone authored Feb 5, 2019
1 parent ac7b3ce commit a9b468a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/publish.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#!/bin/bash

# Install yarn
curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --rc
# Link the installed yarn to be default
ln -sf ~/.yarn/bin/yarn /usr/bin/yarn

source $OKTA_HOME/$REPO/scripts/setup.sh

export TEST_SUITE_TYPE="build"
Expand Down

0 comments on commit a9b468a

Please sign in to comment.