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 52a9bc6 commit 91ad947Copy full SHA for 91ad947
package.json
@@ -45,8 +45,7 @@
45
"build": "bun build.ts && bun run compile",
46
"compile": "bun build ./bin/cli.ts --compile --minify --outfile dist/reverse-proxy",
47
"lint": "bunx biome check .",
48
- "lint:fix": "bunx biome check --apply .",
49
- "lint:fix-unsafe": "bunx biome check --apply-unsafe .",
+ "lint:fix": "bunx biome check --fix .",
50
"fresh": "bunx rimraf node_modules/ bun.lock && bun i",
51
"commit": "git cz",
52
"changelog": "bunx changelogen --output CHANGELOG.md",
0 commit comments