1
0
Fork 0
mirror of synced 2024-06-13 16:05:06 +12:00
budibase/scripts/bootstrap.sh
2023-04-13 10:44:28 +01:00

7 lines
99 B
Bash
Executable file

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