File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4545 - name : Changeset
4646 uses : changesets/action@v1
4747 with :
48- publish : pnpm ci:publish
48+ version : pnpm changeset version
49+ publish : pnpm changeset publish
50+ createGithubReleases : true
4951 env :
5052 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1111 "format" : " prettier --write ." ,
1212 "types" : " pnpm -r run types" ,
1313 "clean" : " pnpm -r run clean" ,
14- "check" : " prettier --check . && pnpm -r run lint && pnpm types && pnpm -r run test" ,
15- "ci:publish" : " pnpm publish -r --access public" ,
16- "release" : " changeset version && pnpm -r build && changeset publish"
14+ "check" : " prettier --check . && pnpm -r run lint && pnpm types && pnpm -r run test"
1715 },
1816 "devDependencies" : {
1917 "@changesets/cli" : " 2.27.10" ,
You can’t perform that action at this time.
0 commit comments