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 cc2e495 commit 313e8ebCopy full SHA for 313e8eb
1 file changed
package.json
@@ -40,8 +40,8 @@
40
"fresh": "bunx rimraf node_modules/ bun.lock && bun i",
41
"prepublishOnly": "bun --bun run build",
42
"test": "bun test",
43
- "lint": "bunx --bun pickier lint .",
44
- "lint:fix": "bunx --bun pickier lint . --fix",
+ "lint": "bunx --bun pickier .",
+ "lint:fix": "bunx --bun pickier . --fix",
45
"changelog": "bunx logsmith --verbose",
46
"changelog:generate": "bunx logsmith --output CHANGELOG.md",
47
"release": "bun run changelog:generate && bunx bumpx prompt --recursive",
0 commit comments