mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-24 09:28:41 +00:00
feat(ci): edge@next (#4477)
This commit is contained in:
parent
5a8e6e4bdf
commit
76c9d58f49
@ -123,7 +123,8 @@ jobs:
|
|||||||
echo "//registry.yarnpkg.com/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
echo "//registry.yarnpkg.com/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
||||||
yarn lerna version --yes --no-git-tag-version --no-push
|
yarn lerna version --yes --no-git-tag-version --no-push
|
||||||
PACKAGE_SUFFIX=edge yarn build
|
PACKAGE_SUFFIX=edge yarn build
|
||||||
./scripts/workspace-run npm publish -q
|
if [ "$CIRCLE_BRANCH" = "next" ]; then tag="-t next"; fi
|
||||||
|
./scripts/workspace-run npm publish $tag -q
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Workflow definition
|
# Workflow definition
|
||||||
@ -164,3 +165,4 @@ workflows:
|
|||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- dev
|
- dev
|
||||||
|
- next
|
||||||
|
Loading…
Reference in New Issue
Block a user