1
0
Fork 0
mirror of synced 2024-07-05 22:40:39 +12:00
budibase/scripts/pro/test.sh

7 lines
101 B
Bash
Raw Normal View History

2022-07-08 22:36:31 +12:00
#!/bin/bash
cd ../
if [[ -d "budibase-pro" ]]; then
cd budibase-pro
yarn test
cd ../budibase
fi