fix(scripts/workspace-run): fail if any script failed

This commit is contained in:
Pooya Parsa 2018-10-19 00:54:37 +03:30
parent cc8c6e2555
commit fff7812fe7

View File

@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
set -e
for dir in packages/* distributions/* ; do for dir in packages/* distributions/* ; do
echo "$dir" echo "$dir"