File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 "bin" : {
4040 "gitlint" : " ./dist/bin/cli.js"
4141 },
42- "files" : [" README.md" , " dist" ],
42+ "files" : [
43+ " README.md" ,
44+ " dist"
45+ ],
4346 "scripts" : {
4447 "build" : " bun --bun build.ts && bun run compile" ,
4548 "compile" : " bun build ./bin/cli.ts --compile --minify --outfile bin/gitlint" ,
5255 "fresh" : " bunx rimraf node_modules/ bun.lock && bun i" ,
5356 "prepublishOnly" : " bun --bun run build && bun run compile:all" ,
5457 "test" : " bun test" ,
55- "lint" : " bunx --bun pickier lint ." ,
56- "lint:fix" : " bunx --bun pickier lint . --fix" ,
57- "format" : " bunx --bun pickier format . " ,
58- "format:fix" : " bunx --bun pickier format . --write" ,
58+ "lint" : " bunx --bun pickier ." ,
59+ "lint:fix" : " bunx --bun pickier . --fix" ,
60+ "format" : " bunx --bun pickier . --format " ,
61+ "format:fix" : " bunx --bun pickier . --format --write" ,
5962 "changelog" : " bunx logsmith --verbose" ,
6063 "changelog:generate" : " bunx logsmith --output CHANGELOG.md" ,
6164 "release" : " bun --bun run changelog:generate && bunx --bun bumpx prompt --recursive" ,
You can’t perform that action at this time.
0 commit comments