Skip to content

Commit abf28fa

Browse files
committed
[Tests] use @arethetypeswrong/cli
1 parent e0b419e commit abf28fa

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
@@ -16,7 +16,7 @@
1616
"pretest": "npm run lint",
1717
"prelint": "evalmd README.md",
1818
"lint": "eslint --ext=js,mjs .",
19-
"postlint": "tsc -p .",
19+
"postlint": "tsc -p . && attw -P",
2020
"tests-only": "nyc tape 'test/**/*.js'",
2121
"test": "npm run tests-only",
2222
"posttest": "aud --production",
@@ -64,6 +64,7 @@
6464
"is-typed-array": "^1.1.13"
6565
},
6666
"devDependencies": {
67+
"@arethetypeswrong/cli": "^0.15.1",
6768
"@ljharb/eslint-config": "^21.1.0",
6869
"@types/call-bind": "^1.0.5",
6970
"@types/for-each": "^0.3.3",

0 commit comments

Comments
 (0)