1
0
Fork 0
mirror of synced 2024-06-29 19:41:03 +12:00
budibase/scripts/bootstrap.sh
2023-05-12 11:39:59 +01:00

6 lines
86 B
Bash
Executable file

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