fix: use exact version for nuxt-edge (#4346)

This commit is contained in:
Clark Du 2018-11-16 15:08:37 +00:00 committed by GitHub
parent 3cc3a4ac36
commit 031081a4c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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