Skip to content

Commit 62b1439

Browse files
chore: wip
1 parent 6b48661 commit 62b1439

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@
2424
"build": "bun --bun build.ts",
2525
"fresh": "bunx rimraf node_modules/ bun.lock && bun i",
2626
"test": "bun test",
27-
"lint": "bunx --bun pickier lint",
28-
"lint:fix": "bunx --bun pickier lint --fix",
29-
"format": "bunx --bun pickier format --write",
27+
"lint": "bunx --bun pickier .",
28+
"lint:fix": "bunx --bun pickier . --fix",
3029
"format:check": "bunx --bun pickier format --check",
3130
"changelog": "bunx logsmith --verbose",
3231
"changelog:generate": "bunx logsmith --output CHANGELOG.md",

0 commit comments

Comments
 (0)