docker.sh 203 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 yohobuy-node.tar.gz yarn if [[ $1 == "test1" ]] || [[ $1 == "test2" ]] || [[ $1 == "test3" ]] then yarn build fi node-prune tar -czf yohobuy-node.tar.gz *