1
0
Fork 0
mirror of synced 2024-06-29 19:41:03 +12:00
budibase/scripts/bootstrap.sh
2023-06-19 18:34:51 +01:00

6 lines
81 B
Bash
Executable file

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