1
0
Fork 0

chore: Added more unittests for patterns

This commit is contained in:
Joost De Cock 2020-03-15 16:34:56 +01:00
parent 13c4cbd779
commit 926e921582
39 changed files with 818 additions and 6 deletions

View file

@ -11,7 +11,7 @@ for d in ../packages/*/ ; do {
cd $d
# do something here
pwd
npm run build
rm -rf report
cd ..
}
done