Skip to content

Commit 665a172

Browse files
committed
chore: add lint:affected scripts to package.json
1 parent 1405811 commit 665a172

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@
5151
"check:tsc": "tsgo --noEmit",
5252
"check-ci": "pnpm run check:lint",
5353
"lint": "node scripts/lint.mjs",
54+
"lint:affected": "node scripts/lint-affected.mjs",
55+
"lint:cross": "node scripts/lint-affected.mjs --cross-repo",
5456
"lint-ci": "pnpm run check:lint",
5557
"type-ci": "pnpm run check:tsc",
5658
"coverage": "node scripts/coverage.mjs",

0 commit comments

Comments
 (0)