Skip to content
This repository was archived by the owner on Apr 16, 2022. It is now read-only.

Commit 3a51d41

Browse files
committed
ci(netlify): disable Yarn 2 in the bot docs generation phase
Signed-off-by: Jonah Snider <[email protected]>
1 parent 75ee8fa commit 3a51d41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ echo "Cloning bot repository"
22
git clone https://github.com/dice-discord/bot.git --depth 1
33
cd bot
44
echo "Installing bot dependencies"
5+
# Disable Yarn 2 since the bot repo hasn't migrated
6+
mv ../.yarnrc.yml ../.yarnrc.yml.tmp
57
yarn
68
echo "Building bot repository"
79
yarn build

0 commit comments

Comments
 (0)