File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 44 "commit" : false ,
55 "fixed" : [],
66 "linked" : [],
7- "access" : " restricted " ,
7+ "access" : " public " ,
88 "baseBranch" : " main" ,
99 "updateInternalDependencies" : " patch" ,
1010 "ignore" : []
Original file line number Diff line number Diff line change 2929 id : changesets
3030 uses : changesets/action@v1
3131 with :
32- publish : pnpm changeset:release
33- version : pnpm changeset:version
32+ publish : pnpm ci:release
3433 env :
3534 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3635 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 66 "scripts" : {
77 "ci:publish" : " pnpm publish --no-git-checks --access public" ,
88 "lint" : " eslint . --ext .js" ,
9- "changeset:version" : " changeset version && git add --all" ,
10- "changeset:release" : " changeset publish"
9+ "ci:release" : " changeset publish"
1110 },
1211 "bin" : {
1312 "tw-mg" : " ./src/index.js"
You can’t perform that action at this time.
0 commit comments