File tree Expand file tree Collapse file tree 4 files changed +2380
-1942
lines changed
Expand file tree Collapse file tree 4 files changed +2380
-1942
lines changed Original file line number Diff line number Diff line change 2828 node-version : " *"
2929 registry-url : " https://registry.npmjs.org"
3030 - name : Release
31- run : |
32- unset NODE_AUTH_TOKEN
33- npx ts-node --transpile-only scripts/publish.ts
31+ run : npx ts-node --transpile-only scripts/publish.ts
3432 env :
3533 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 5858 "eslint-plugin-testing-library" : " ^4.12.4" ,
5959 "husky" : " ^7.0.2" ,
6060 "jest" : " ^27.3.1" ,
61- "lerna" : " ^4 .0.0" ,
61+ "lerna" : " ^9 .0.0" ,
6262 "lint-staged" : " ^11.2.3" ,
6363 "nodemon" : " ^2.0.15" ,
6464 "prettier" : " ^2.4.1" ,
Original file line number Diff line number Diff line change @@ -83,8 +83,7 @@ function buildAndPublish() {
8383
8484 printBanner ( "Publishing Packages" ) ;
8585
86- // --no-verify-access enables lerna publish to work in ci with access token.
87- safeExec ( `lerna publish --yes from-package --no-verify-access` , {
86+ safeExec ( `lerna publish --yes from-package` , {
8887 cwd : REPO_ROOT ,
8988 } ) ;
9089}
You can’t perform that action at this time.
0 commit comments