File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 "build" : " cd packages/crosswind && bun run build" ,
2929 "fresh" : " bunx rimraf node_modules/ bun.lock && bun i" ,
3030 "test" : " bun test" ,
31- "lint" : " bunx --bun pickier run --mode lint --config pickier.config.ts " ,
32- "lint:fix" : " bunx --bun pickier run --mode lint --fix --config pickier.config.ts " ,
33- "format" : " bunx --bun pickier run --mode format --write --config pickier.config.ts " ,
34- "format:check" : " bunx --bun pickier run --mode format --check --config pickier.config.ts " ,
31+ "lint" : " bunx --bun pickier run --mode lint" ,
32+ "lint:fix" : " bunx --bun pickier run --mode lint --fix" ,
33+ "format" : " bunx --bun pickier run --mode format --write" ,
34+ "format:check" : " bunx --bun pickier run --mode format --check" ,
3535 "changelog" : " bunx logsmith --verbose" ,
3636 "changelog:generate" : " bunx logsmith --output CHANGELOG.md" ,
3737 "release" : " bun --bun run changelog:generate && bunx --bun bumpx -r" ,
You can’t perform that action at this time.
0 commit comments