1
0
Fork 0
mirror of synced 2024-05-17 02:42:53 +12:00
budibase/scripts/bootstrap.sh
2023-04-20 19:48:29 +01:00

7 lines
99 B
Bash
Executable file

if [ -d "packages/pro/packages" ]; then
cd packages/pro
yarn
lerna bootstrap
yarn setup
fi