adding test command

This commit is contained in:
2021-01-10 16:32:07 -06:00
parent 408fb2a649
commit eb53297001

4
do.sh
View File

@@ -9,6 +9,10 @@ run() {
npx webpack serve
}
test() {
echo "I am ${FUNCNAME[0]}ing"
npm test
}
"$@" # <- execute the task