File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7474 - name : Build
7575 run : pnpm build
7676
77- - run : pnpx pkg-pr-new publish
77+ - run : pnpx pkg-pr-new publish ./packages/*
Original file line number Diff line number Diff line change 2121 id : changesets
2222 uses : changesets/action@v1
2323 with :
24- version : pnpm cs :version
25- publish : pnpm cs :publish
24+ version : pnpm ci :version
25+ publish : pnpm ci :publish
2626 env :
2727 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2828 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 2929 "test:ui" : " vitest --ui" ,
3030 "prune" : " turbo prune --docker" ,
3131 "cs" : " changeset" ,
32- "cs:version " : " changeset version " ,
33- "cs:status " : " changeset status --since=main "
32+ "ci:publish " : " pnpm build && pnpm publish -r --access public --publish-branch main && pnpm changeset tag " ,
33+ "ci:version " : " pnpm changeset version && pnpm install --no-frozen-lockfile && git add . "
3434 },
3535 "devDependencies" : {
3636 "@changesets/cli" : " 2.29.5" ,
You can’t perform that action at this time.
0 commit comments