File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161 GITHUB_TOKEN : ${{ steps.token.outputs.token }}
6262 NAME : ${{ secrets.SOCIALGROOVYBOT_NAME }}
6363 EMAIL : ${{ secrets.SOCIALGROOVYBOT_EMAIL }}
64- - name : Setup token
65- run : echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc
66- env :
67- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
6864 - name : Deploy to npm
6965 run : yarn lerna publish from-package --yes
70- - name : Remove .npmrc
71- if : always()
72- run : rm .npmrc
Original file line number Diff line number Diff line change 99 "npmClient" : " yarn" ,
1010 "version" : " 4.204.0" ,
1111 "$schema" : " node_modules/lerna/schemas/lerna-schema.json"
12- }
12+ }
Original file line number Diff line number Diff line change 3030 "lint:quiet" : " lerna run lint -- --quiet" ,
3131 "format" : " lerna run format --stream" ,
3232 "format:check" : " lerna run format:check --stream" ,
33- "precommit" : " lerna run precommit --stream"
33+ "precommit" : " lerna run precommit --stream" ,
34+ "repair" : " lerna repair"
3435 },
3536 "repository" : {
3637 "type" : " git" ,
4142 },
4243 "devDependencies" : {
4344 "husky" : " ^9.1.7" ,
44- "lerna" : " 8.2 .3"
45+ "lerna" : " 9.0 .3"
4546 },
4647 "workspaces" : [
4748 " packages/*"
You can’t perform that action at this time.
0 commit comments