Skip to content

Commit ad9b87f

Browse files
committed
fix: resolve CI lint failures
Add lint script using tsc --noEmit for type checking. The shared CI workflow expects a lint script but this repo only had build/test.
1 parent 8085a27 commit ad9b87f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"sideEffects": false,
2525
"scripts": {
2626
"build": "tsup",
27+
"lint": "tsc --noEmit",
2728
"test": "node --test --import tsx test/*.test.ts",
2829
"bench": "tsx bench/index.ts",
2930
"prepublishOnly": "npm run build && npm test"

0 commit comments

Comments
 (0)