We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56c67fb commit f8a083dCopy full SHA for f8a083d
1 file changed
package.json
@@ -25,8 +25,8 @@
25
"bench": "node --expose-gc --allow-natives-syntax test/bench.ts",
26
"build": "obuild src/index.ts",
27
"dev": "vitest",
28
- "lint": "oxlint --cache . && oxfmt --check src test",
29
- "lint:fix": "oxlint --cache . --fix && oxfmt --check src test -w",
+ "lint": "oxlint . && oxfmt --check src test",
+ "lint:fix": "oxlint . --fix && oxfmt src test",
30
"prepublish": "pnpm build",
31
"release": "pnpm test && pnpm build && changelogen --release --publish --push",
32
"test": "pnpm lint && vitest run --coverage",
0 commit comments