chore: update test-all script

This commit is contained in:
MadCcc 2022-11-22 18:18:48 +08:00
parent a7d8b14f0f
commit 7739d74196

View File

@ -32,10 +32,17 @@ echo "[TEST ALL] dist test"
echo "[TEST ALL] dist test" > ~test-all.txt
LIB_DIR=dist npm test
echo "[TEST ALL] dekko lib"
echo "[TEST ALL] dekko lib" > ~test-all.txt
echo "[TEST ALL] test es"
echo "[TEST ALL] test es" > ~test-all.txt
LIB_DIR=es npm test
echo "[TEST ALL] test lib"
echo "[TEST ALL] test lib" > ~test-all.txt
LIB_DIR=lib npm test
echo "[TEST ALL] test"
echo "[TEST ALL] test" > ~test-all.txt
npm test