File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ ' @lglab/react-qr-code ' : patch
3+ ---
4+
5+ manual publish + tag
Original file line number Diff line number Diff line change 3737 with :
3838 commit : ' chore(release): version packages'
3939 title : ' chore(release): version packages'
40- publish : npx changet publish
40+ publish : pnpm ci: publish --no-git-checks
4141 env :
4242 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4343 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 1313 "watch:apps" : " pnpm --filter \" ./apps/**\" run dev" ,
1414 "build:lib" : " pnpm --filter \" ./packages/**\" run build" ,
1515 "build:app" : " pnpm --filter \" ./apps/**\" run build" ,
16- "ci:publish" : " pnpm publish -r" ,
16+ "ci:publish" : " pnpm publish -r && pnpm changeset tag " ,
1717 "test" : " vitest run" ,
1818 "test:watch" : " vitest" ,
1919 "test:coverage" : " vitest run --coverage" ,
You can’t perform that action at this time.
0 commit comments