budibase/scripts/pro/test.sh

7 lines
101 B
Bash
Raw Normal View History

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