Skip to content

Commit f8a083d

Browse files
committed
chore: fix lint script
1 parent 56c67fb commit f8a083d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"bench": "node --expose-gc --allow-natives-syntax test/bench.ts",
2626
"build": "obuild src/index.ts",
2727
"dev": "vitest",
28-
"lint": "oxlint --cache . && oxfmt --check src test",
29-
"lint:fix": "oxlint --cache . --fix && oxfmt --check src test -w",
28+
"lint": "oxlint . && oxfmt --check src test",
29+
"lint:fix": "oxlint . --fix && oxfmt src test",
3030
"prepublish": "pnpm build",
3131
"release": "pnpm test && pnpm build && changelogen --release --publish --push",
3232
"test": "pnpm lint && vitest run --coverage",

0 commit comments

Comments
 (0)