mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-30 09:27:13 +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
|
echo "//registry.yarnpkg.com/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
||||||
yarn lerna version
|
yarn lerna version
|
||||||
PACKAGE_SUFFIX=edge yarn build
|
PACKAGE_SUFFIX=edge yarn build
|
||||||
yarn lerna publish
|
./scripts/workspace-run npm publish
|
||||||
|
|
||||||
# Workflow definition
|
# Workflow definition
|
||||||
workflows:
|
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