mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 08:02:01 +00:00
fix(ci): add proper script for edge publishes
This commit is contained in:
parent
28b246dca2
commit
d13d0ff3a6
@ -128,7 +128,7 @@ jobs:
|
||||
echo "//registry.yarnpkg.com/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
||||
yarn lerna version
|
||||
PACKAGE_SUFFIX=edge yarn build
|
||||
yarn lerna publish
|
||||
./scripts/workspace-run npm publish
|
||||
|
||||
# Workflow definition
|
||||
workflows:
|
||||
|
9
scripts/workspace-run
Executable file
9
scripts/workspace-run
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
for dir in packages/* distributions/* ; do
|
||||
echo "$dir"
|
||||
pushd $dir
|
||||
$@
|
||||
popd
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user