1
0
Fork 0
mirror of synced 2024-08-17 19:11:52 +12:00
budibase/scripts/bootstrap.sh
2023-04-20 19:48:29 +01:00

7 lines
No EOL
99 B
Bash
Executable file

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