todoApp/test.sh
2018-09-30 21:47:49 +02:00

12 lines
131 B
Bash

npm test
##cd ./scratch
echo "Removing everything..."
##rm *
##cd ..
cd ..
cd scratch/
rm *
cd ..
cd todoApp/
echo "--> Done! <--"