Skip to content

Commit 0b984aa

Browse files
committed
[Tests] run tsc and @arethetypeswrong/cli in CI
1 parent f3ae6d1 commit 0b984aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"pretest": "npm run lint",
1717
"prelint": "evalmd README.md",
1818
"lint": "eslint --ext=js,mjs .",
19+
"postlint": "tsc -p . && attw -P",
1920
"tests-only": "nyc tape 'test/**/*.js'",
2021
"test": "npm run tests-only",
2122
"posttest": "aud --production",
@@ -64,6 +65,7 @@
6465
"is-typed-array": "^1.1.13"
6566
},
6667
"devDependencies": {
68+
"@arethetypeswrong/cli": "^0.15.1",
6769
"@ljharb/eslint-config": "^21.1.0",
6870
"@types/call-bind": "^1.0.5",
6971
"@types/for-each": "^0.3.3",
@@ -87,7 +89,7 @@
8789
"possible-typed-array-names": "^1.0.0",
8890
"safe-publish-latest": "^2.0.0",
8991
"tape": "^5.7.5",
90-
"typescript": "^5.4.0-dev.20240219"
92+
"typescript": "next"
9193
},
9294
"engines": {
9395
"node": ">= 0.4"

0 commit comments

Comments
 (0)