We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae9a4b commit 97e632bCopy full SHA for 97e632b
package.json
@@ -43,7 +43,7 @@
43
"publish:sea": "node scripts/publish-sea.mjs",
44
"publish:sea:github": "node scripts/publish-sea.mjs --skip-npm",
45
"publish:sea:npm": "node scripts/publish-sea.mjs --skip-github",
46
- "check": "pnpm run check:lint && pnpm run check:tsc",
+ "check": "pnpm run fix && pnpm run check:lint && pnpm run check:tsc",
47
"check:lint": "eslint --config .config/eslint.config.mjs --report-unused-disable-directives .",
48
"check:tsc": "tsgo --noEmit",
49
"check-ci": "pnpm run check:lint",
0 commit comments