Skip to content

Commit ac4bcca

Browse files
committed
[Tests] use @arethetypeswrong/cli
1 parent eafa7fa commit ac4bcca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"prepublish": "not-in-publish || npm run prepublishOnly",
2828
"prelint": "evalmd README.md",
2929
"lint": "eslint --ext=js,mjs .",
30-
"postlint": "tsc -p .",
30+
"postlint": "tsc -p . && attw -P",
3131
"pretest": "npm run --silent lint",
3232
"test": "npm run tests-only && npm run test:harmony",
3333
"tests-only": "nyc tape test",
@@ -64,6 +64,7 @@
6464
"which-typed-array": "^1.1.15"
6565
},
6666
"devDependencies": {
67+
"@arethetypeswrong/cli": "^0.15.1",
6768
"@ljharb/eslint-config": "^21.1.0",
6869
"@ljharb/tsconfig": "^0.2.0",
6970
"@types/for-each": "^0.3.3",

0 commit comments

Comments
 (0)