This website requires JavaScript.
Explore
Help
Sign In
MirrorSave
/
budibase
mirror of
https://github.com/Budibase/budibase.git
Watch
1
Star
0
Fork
You've already forked budibase
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
145eb775ce
budibase
/
scripts
/
pro
/
test.sh
7 lines
101 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
cd
../
if
[
[
-d
"budibase-pro"
]
]
;
then
cd
budibase-pro
yarn
test
cd
../budibase
fi
Reference in New Issue
View Git Blame
Copy Permalink