Skip to content

Commit 6d67841

Browse files
committed
[Tests] add @arethetypeswrong/cli
1 parent 9fc6971 commit 6d67841

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
@@ -14,7 +14,7 @@
1414
"prepublishOnly": "safe-publish-latest",
1515
"prepublish": "not-in-publish || npm run prepublishOnly",
1616
"lint": "eslint --ext=.js,.mjs .",
17-
"postlint": "tsc -p .",
17+
"postlint": "tsc && attw -P",
1818
"pretest": "npm run lint",
1919
"tests-only": "nyc tape 'test/**/*.js'",
2020
"test": "npm run tests-only --",
@@ -44,6 +44,7 @@
4444
},
4545
"homepage": "https://github.com/inspect-js/is-array-buffer#readme",
4646
"devDependencies": {
47+
"@arethetypeswrong/cli": "^0.17.1",
4748
"@ljharb/eslint-config": "^21.1.1",
4849
"@ljharb/tsconfig": "^0.2.2",
4950
"@types/call-bind": "^1.0.5",

0 commit comments

Comments
 (0)