Skip to content

Commit 9dca244

Browse files
authored
fix: include yarn in bootstrap (#5969)
- Yarn wasn't included in the bootstrap, which meant the next step in the contributing docs of running `make` would fail
1 parent db89fa0 commit 9dca244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if ! [ -x $(command -v homebrew) ]; then
1212
fi
1313

1414
# Install system toolchain
15-
brew install volta pre-commit
15+
brew install volta pre-commit yarn
1616

1717
# App dependencies
1818
make

0 commit comments

Comments
 (0)