Skip to content

Commit ae1b283

Browse files
chore: wip
1 parent 9ce462b commit ae1b283

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,8 @@
4040
"fresh": "bunx rimraf node_modules/ bun.lock && bun i",
4141
"prepublishOnly": "bun --bun run build && bun run compile:all && bun run zip",
4242
"test": "bun test",
43-
"lint": "bunx --bun pickier lint . --max-warnings 0",
44-
"lint:fix": "bunx --bun pickier lint . --fix --max-warnings 0",
45-
"format": "bunx --bun pickier format .",
46-
"format:fix": "bunx --bun pickier format . --write",
43+
"lint": "bunx --bun pickier .",
44+
"lint:fix": "bunx --bun pickier . --fix",
4745
"changelog": "bunx logsmith --verbose",
4846
"changelog:generate": "bunx logsmith --output CHANGELOG.md",
4947
"release": "bun --bun run changelog:generate && bunx --bun bumpx prompt --recursive",

0 commit comments

Comments
 (0)