docker.sh 209 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 #!/bin/bash wordir=$2 cd $wordir rm -rf yoho-yohobuy-wap.tar.gz yarn if [[ $1 == "test1" ]] || [[ $1 == "test2" ]] || [[ $1 == "test3" ]] then yarn build fi node-prune tar -czf yoho-yohobuy-wap.tar.gz *