1
0
Fork 0
mirror of synced 2024-09-20 03:08:18 +12:00
budibase/scripts/pro/test.sh
2022-09-28 08:56:45 +01:00

7 lines
No EOL
101 B
Bash
Executable file

#!/bin/bash
cd ../
if [[ -d "budibase-pro" ]]; then
cd budibase-pro
yarn test
cd ../budibase
fi