Remove redundant yarn setup on pro bootstrap

This commit is contained in:
Rory Powell 2023-05-12 11:39:59 +01:00
parent 2f96b797a0
commit 8ae9a1996d
1 changed files with 0 additions and 1 deletions

View File

@ -3,5 +3,4 @@ if [ -d "packages/pro/packages" ]; then
yarn
lerna bootstrap
yarn setup
fi