mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 23:32:38 +00:00
fix: use exact version for nuxt-edge (#4346)
This commit is contained in:
parent
3cc3a4ac36
commit
031081a4c8
@ -117,7 +117,7 @@ jobs:
|
||||
command: |
|
||||
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
||||
echo "//registry.yarnpkg.com/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
||||
yarn lerna version
|
||||
yarn lerna version --exact
|
||||
PACKAGE_SUFFIX=edge yarn build
|
||||
./scripts/workspace-run npm publish
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user