1
0
Fork 0
mirror of synced 2024-09-10 14:35:47 +12:00
budibase/scripts/bootstrap.sh

7 lines
99 B
Bash
Raw Normal View History

2023-04-13 21:44:28 +12:00
if [ -d "packages/pro/packages" ]; then
cd packages/pro
yarn
lerna bootstrap
yarn setup
fi