Skip to content

Commit c6cb156

Browse files
committed
[Publish patch versions] install yarn in publish script
1 parent 8087c2c commit c6cb156

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tasks/release-patch-versions.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ fi
4242

4343
cd "$root_path"
4444

45+
# Install Yarn so that the test can use it to install packages.
46+
export PATH="$HOME/.yarn/bin:$PATH"
47+
yarn -v || curl -o- -L https://yarnpkg.com/install.sh | bash
48+
49+
# Install all dependencies
4550
yarn install
4651

4752
# Go!

0 commit comments

Comments
 (0)