1
0
Fork 0

chore: Reconfigure packages

This commit is contained in:
Joost De Cock 2020-04-26 13:09:54 +02:00
parent 41d8e92e06
commit c9da9d6947
170 changed files with 1668 additions and 2674 deletions

View file

@ -10,8 +10,7 @@ cd $DIR
for d in ../packages/*/ ; do {
cd $d
# do something here
pwd
rm -rf report
echo "npm unpubnish $d@test"
cd ..
}
done