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 a9b683a commit ac03495Copy full SHA for ac03495
package.json
@@ -30,6 +30,8 @@
30
"test": "bun test",
31
"lint": "bunx --bun pickier .",
32
"lint:fix": "bunx --bun pickier . --fix",
33
+ "format": "bunx --bun pickier . --format",
34
+ "format:fix": "bunx --bun pickier . --format --write",
35
"format:check": "bunx --bun pickier run --mode format --check",
36
"changelog": "bunx logsmith --verbose",
37
"changelog:generate": "bunx logsmith --output CHANGELOG.md",
0 commit comments