Skip to content

Commit b375e25

Browse files
committed
Merge branch 'master' of /Users/andy/es2015-library-skeleton
2 parents bb7abcb + 97a48dd commit b375e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solano.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ hooks:
1515
if [ ! -d $HOME/.yarn ]; then
1616
wget https://yarnpkg.com/install.sh -O $TMPDIR/yarn-install.sh
1717
chmod +x $TMPDIR/yarn-install.sh
18-
$TMPDIR/yarn-install.sh --version 1.5.1
18+
bash $TMPDIR/yarn-install.sh --version 1.5.1
1919
fi
2020
mkdir -p $HOME/bin # Automatically in $PATH on workers
2121
ln -fs $HOME/.yarn/bin/yarn $HOME/bin/yarn

0 commit comments

Comments
 (0)