Skip to content

Commit 97e632b

Browse files
committed
Run fix before check
1 parent eae9a4b commit 97e632b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"publish:sea": "node scripts/publish-sea.mjs",
4444
"publish:sea:github": "node scripts/publish-sea.mjs --skip-npm",
4545
"publish:sea:npm": "node scripts/publish-sea.mjs --skip-github",
46-
"check": "pnpm run check:lint && pnpm run check:tsc",
46+
"check": "pnpm run fix && pnpm run check:lint && pnpm run check:tsc",
4747
"check:lint": "eslint --config .config/eslint.config.mjs --report-unused-disable-directives .",
4848
"check:tsc": "tsgo --noEmit",
4949
"check-ci": "pnpm run check:lint",

0 commit comments

Comments
 (0)