1
0
Fork 0
mirror of synced 2024-07-02 04:50:44 +12:00
budibase/scripts/bootstrap.sh
2023-04-24 20:01:59 +01:00

7 lines
99 B
Bash
Executable file

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