File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -11,5 +11,3 @@ updates:
1111 schedule :
1212 interval : ' weekly'
1313 versioning-strategy : ' increase-if-necessary'
14- ignore :
15- - dependency-name : ' tsdown'
Original file line number Diff line number Diff line change 5252 "vitest" : " 4.0.16"
5353 },
5454 "scripts" : {
55- "build" : " tsdown --publint" ,
55+ "build" : " tsdown" ,
56+ "fix" : " pnpm run format && pnpm run lint" ,
5657 "format" : " prettier --write --ignore-unknown ." ,
5758 "format:ci" : " prettier --check --ignore-unknown ." ,
5859 "lint" : " oxlint --fix --type-aware --type-check --deny-warnings --report-unused-disable-directives" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import { defineConfig } from 'tsdown';
22
33export default defineConfig ( {
44 entry : './src/index.ts' ,
5- dts : {
6- sideEffects : true ,
7- } ,
5+ dts : true ,
6+ publint : true ,
87} ) ;
You can’t perform that action at this time.
0 commit comments