parent
acf9cba69f
commit
3fe5aa10a1
@ -1,6 +1,11 @@ |
||||
#!/bin/bash |
||||
set -x |
||||
set -euvo pipefail |
||||
IFS=$'\n\t' |
||||
|
||||
for d in packages/* ; do |
||||
echo "$d" |
||||
cd $d |
||||
meteor publish |
||||
cd ../../ |
||||
done |
||||
done |
||||
|
||||
Loading…
Reference in new issue