mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
[skip ci] improve lerna config
This commit is contained in:
parent
3e48de906a
commit
8036009af4
@ -117,7 +117,7 @@ jobs:
|
||||
command: |
|
||||
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
||||
echo "//registry.yarnpkg.com/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
||||
yarn release
|
||||
yarn release --yes
|
||||
PACKAGE_SUFFIX=edge yarn build
|
||||
./scripts/workspace-run npm publish
|
||||
|
||||
|
@ -3,9 +3,8 @@
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true,
|
||||
"conventionalCommits": true,
|
||||
"yes": true,
|
||||
"exact": true,
|
||||
"noPush": true,
|
||||
"gitTagVersion": false,
|
||||
"packages": [
|
||||
"packages/*",
|
||||
"distributions/*"
|
||||
|
@ -22,7 +22,7 @@
|
||||
"test:unit": "jest test/unit",
|
||||
"test:types": "tsc -p test/types",
|
||||
"postinstall": "lerna link && yarn dev",
|
||||
"release": "lerna version --exact"
|
||||
"release": "lerna version"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.1.6",
|
||||
|
Loading…
Reference in New Issue
Block a user