1
0
Fork 0

release: v2.1.7

This commit is contained in:
Joost De Cock 2019-12-15 14:12:29 +01:00
parent dfaa8694ba
commit 633dd8521b
125 changed files with 4078 additions and 4495 deletions

1
scripts/taskrunner.sh Normal file → Executable file
View file

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