We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b48661 commit 62b1439Copy full SHA for 62b1439
1 file changed
package.json
@@ -24,9 +24,8 @@
24
"build": "bun --bun build.ts",
25
"fresh": "bunx rimraf node_modules/ bun.lock && bun i",
26
"test": "bun test",
27
- "lint": "bunx --bun pickier lint",
28
- "lint:fix": "bunx --bun pickier lint --fix",
29
- "format": "bunx --bun pickier format --write",
+ "lint": "bunx --bun pickier .",
+ "lint:fix": "bunx --bun pickier . --fix",
30
"format:check": "bunx --bun pickier format --check",
31
"changelog": "bunx logsmith --verbose",
32
"changelog:generate": "bunx logsmith --output CHANGELOG.md",
0 commit comments