File tree Expand file tree Collapse file tree 4 files changed +11
-7
lines changed
Expand file tree Collapse file tree 4 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 99 release :
1010 uses : sxzz/workflows/.github/workflows/release.yml@v1
1111 with :
12- publish : false
12+ publish : true
1313 permissions :
1414 contents : write
1515 id-token : write
Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [main]
88
9+ permissions : {}
10+
911jobs :
1012 unit-test :
1113 uses : sxzz/workflows/.github/workflows/unit-test.yml@v1
Original file line number Diff line number Diff line change 3030 "types" : " ./dist/index.d.ts" ,
3131 "exports" : {
3232 "." : " ./dist/index.js" ,
33+ "./api" : " ./dist/api.js" ,
34+ "./esbuild" : " ./dist/esbuild.js" ,
35+ "./rolldown" : " ./dist/rolldown.js" ,
36+ "./rollup" : " ./dist/rollup.js" ,
37+ "./rspack" : " ./dist/rspack.js" ,
3338 "./vite" : " ./dist/vite.js" ,
3439 "./webpack" : " ./dist/webpack.js" ,
35- "./rspack" : " ./dist/rspack.js" ,
36- "./rollup" : " ./dist/rollup.js" ,
37- "./rolldown" : " ./dist/rolldown.js" ,
38- "./esbuild" : " ./dist/esbuild.js" ,
39- "./*" : " ./*"
40+ "./package.json" : " ./package.json"
4041 },
4142 "typesVersions" : {
4243 "*" : {
5657 "dev" : " tsdown --watch" ,
5758 "test" : " vitest" ,
5859 "typecheck" : " tsc --noEmit" ,
59- "release" : " bumpp && pnpm publish " ,
60+ "release" : " bumpp" ,
6061 "prepublishOnly" : " pnpm run build"
6162 },
6263 "peerDependencies" : {
Original file line number Diff line number Diff line change @@ -2,4 +2,5 @@ import { defineConfig } from 'tsdown'
22
33export default defineConfig ( {
44 entry : './src/*.ts' ,
5+ exports : true ,
56} )
You can’t perform that action at this time.
0 commit comments