Skip to content

Commit f3ecf94

Browse files
Remove typecheck
We do not have any rules now.
1 parent 00a651a commit f3ecf94

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@ jobs:
1313
- run: npm ci
1414
- run: make print-all-rules
1515
- run: make check-all-rules-are-considered
16-
- run: npm run typecheck
1716
- run: npm run format
1817
- run: npm run test

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"build": "rollup --config",
1010
"prepublishOnly": "npm run typecheck && npm run format && npm run test",
1111
"test": "npm run build && cd test && npm ci && npm test",
12-
"typecheck": "tsc --noEmit",
1312
"format": "prettier --write --list-different 'src/**/*.{cjs,mjs,js,jsx,ts,tsx}'"
1413
},
1514
"files": [

0 commit comments

Comments
 (0)