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 55
55
env :
56
56
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
57
57
58
- - if : steps.tag.outputs.isAlpha == 'false'
58
+ - if : steps.tag.outputs.isAlpha == 'false' && steps.tag.outputs.pkgName != 'plugin-rsc'
59
59
uses : ArnaudBarre/github-release@4fa6eafe8e2449c7c1c5a91ae50de4ee34db0b40 # v1.5.0
60
60
with :
61
61
path : packages/${{ steps.tag.outputs.pkgName }}/CHANGELOG.md
Original file line number Diff line number Diff line change 34
34
"tsc" : " tsc -b ./tsconfig.json ./e2e/tsconfig.json ./examples/*/tsconfig.json" ,
35
35
"tsc-dev" : " pnpm tsc --watch --preserveWatchOutput" ,
36
36
"dev" : " tsdown --sourcemap --watch src" ,
37
- "build" : " tsdown"
37
+ "build" : " tsdown" ,
38
+ "prepack" : " tsdown"
38
39
},
39
40
"dependencies" : {
40
41
"@mjackson/node-fetch-server" : " ^0.7.0" ,
You can’t perform that action at this time.
0 commit comments