Skip to content

Commit decfd0c

Browse files
chore: wip
1 parent 73a2c17 commit decfd0c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
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",

0 commit comments

Comments
 (0)