Skip to content

Commit 28bcd98

Browse files
Use publint binary directly in lint:package script
Co-authored-by: NullVoxPopuli <[email protected]>
1 parent 63aad1a commit 28bcd98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\"",
2525
"lint:js": "eslint . --max-warnings=0",
2626
"lint:js:fix": "eslint . --fix --max-warnings=0",
27-
"lint:package": "pnpm publint",
27+
"lint:package": "publint",
2828
"bench": "node --expose-gc tests/parser.bench.mjs",
2929
"bench:compare": "node scripts/bench-compare.mjs",
3030
"test": "vitest run"

0 commit comments

Comments
 (0)