Skip to content

Commit

Permalink
Bump lerna to v4.0.0 (#2608)
Browse files Browse the repository at this point in the history
* Bump lerna to v4.0.0

* Apply lerna/lerna#2904

* Write to .npmrc
  • Loading branch information
dapplion authored Jun 1, 2021
1 parent bb37777 commit 8f4e720
Show file tree
Hide file tree
Showing 3 changed files with 1,545 additions and 1,480 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ jobs:
release_name: Release ${{ needs.tag.outputs.tag }}
prerelease: false # Note: if prerelease, will be hidden from view in the main page

# From https://github.com/lerna/lerna/issues/2404
- run: echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Publish to npm registry
run: yarn run publish
env:
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"eslint-plugin-no-only-tests": "^2.4.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"lerna": "^3.20.2",
"lerna": "^4.0.0",
"mocha": "^8.3.0",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
Expand All @@ -71,5 +71,8 @@
"typescript": "^4.2.0",
"webpack": "^5.36.2"
},
"dependencies": {}
"dependencies": {},
"resolutions": {
"libnpmpublish": "4.0.0"
}
}
Loading

0 comments on commit 8f4e720

Please sign in to comment.