Skip to content

Commit a9b683a

Browse files
chore: wip
1 parent decfd0c commit a9b683a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@
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",
32-
"lint:fix": "bunx --bun pickier run --mode lint --fix",
33-
"format": "bunx --bun pickier run --mode format --write",
31+
"lint": "bunx --bun pickier .",
32+
"lint:fix": "bunx --bun pickier . --fix",
3433
"format:check": "bunx --bun pickier run --mode format --check",
3534
"changelog": "bunx logsmith --verbose",
3635
"changelog:generate": "bunx logsmith --output CHANGELOG.md",

0 commit comments

Comments
 (0)