This website requires JavaScript.
Explore
Help
Register
Sign In
Zengtudor
/
Nuxt
Watch
1
Star
0
Fork
0
You've already forked Nuxt
mirror of
https://github.com/nuxt/nuxt.git
synced
2024-11-11 16:43:55 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e9b63deba4
Nuxt
/
scripts
/
workspace-run
11 lines
105 B
Plaintext
Raw
Normal View
History
Unescape
Escape
fix(ci): add proper script for edge publishes
2018-10-17 22:25:21 +00:00
#!/bin/bash
fix(scripts/workspace-run): fail if any script failed
2018-10-18 21:24:37 +00:00
set -e
fix(ci): add proper script for edge publishes
2018-10-17 22:25:21 +00:00
for dir in packages/* distributions/* ; do
echo "$dir"
pushd $dir
$@
popd
done
Reference in New Issue
Copy Permalink