We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1405811 commit 665a172Copy full SHA for 665a172
package.json
@@ -51,6 +51,8 @@
51
"check:tsc": "tsgo --noEmit",
52
"check-ci": "pnpm run check:lint",
53
"lint": "node scripts/lint.mjs",
54
+ "lint:affected": "node scripts/lint-affected.mjs",
55
+ "lint:cross": "node scripts/lint-affected.mjs --cross-repo",
56
"lint-ci": "pnpm run check:lint",
57
"type-ci": "pnpm run check:tsc",
58
"coverage": "node scripts/coverage.mjs",
0 commit comments