File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 5555 env :
5656 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
5757
58- - if : steps.tag.outputs.isAlpha == 'false'
58+ - if : steps.tag.outputs.isAlpha == 'false' && steps.tag.outputs.pkgName != 'plugin-rsc'
5959 uses : ArnaudBarre/github-release@4fa6eafe8e2449c7c1c5a91ae50de4ee34db0b40 # v1.5.0
6060 with :
6161 path : packages/${{ steps.tag.outputs.pkgName }}/CHANGELOG.md
Original file line number Diff line number Diff line change 3434 "tsc" : " tsc -b ./tsconfig.json ./e2e/tsconfig.json ./examples/*/tsconfig.json" ,
3535 "tsc-dev" : " pnpm tsc --watch --preserveWatchOutput" ,
3636 "dev" : " tsdown --sourcemap --watch src" ,
37- "build" : " tsdown"
37+ "build" : " tsdown" ,
38+ "prepack" : " tsdown"
3839 },
3940 "dependencies" : {
4041 "@mjackson/node-fetch-server" : " ^0.7.0" ,
You can’t perform that action at this time.
0 commit comments