File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 4444 "scripts" : {
4545 "fresh" : " bunx rimraf node_modules/ bun.lock && bun i" ,
4646 "test" : " bun test packages/rpx/test && bun test packages/vite-plugin/test" ,
47- "lint" : " bunx --bun pickier lint . --config pickier.config.ts --max-warnings 9999" ,
48- "lint:fix" : " bunx --bun pickier lint . --fix --config pickier.config.ts --max-warnings 9999" ,
49- "format" : " bunx --bun pickier format . --config pickier.config.ts" ,
50- "format:fix" : " bunx --bun pickier format . --write --config pickier.config.ts" ,
47+ "lint" : " bunx --bun pickier ." ,
48+ "lint:fix" : " bunx --bun pickier . --fix" ,
5149 "changelog" : " bunx --bun logsmith --verbose" ,
5250 "changelog:generate" : " bunx --bun logsmith --output CHANGELOG.md" ,
5351 "release" : " bun --bun run changelog:generate && bunx --bun bumpx prompt --recursive" ,
You can’t perform that action at this time.
0 commit comments