Merge pull request #10560 from Budibase/chore/remove-extra-setup

Remove redundant yarn setup on pro bootstrap
This commit is contained in:
Adria Navarro 2023-05-24 13:31:30 +02:00 committed by GitHub
commit ff5367948d
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