Skip to content

Commit

Permalink
chore: update test-all script
Browse files Browse the repository at this point in the history
  • Loading branch information
MadCcc committed Nov 22, 2022
1 parent a7d8b14 commit 7739d74
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/test-all.sh
Expand Up @@ -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
Expand Down

0 comments on commit 7739d74

Please sign in to comment.