We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0384cb5 commit f46a9c5Copy full SHA for f46a9c5
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"lint": "standard | snazzy",
8
"unit": "tap test.js",
9
- "test": "npm run lint && npm run unit",
+ "test": "npm run lint && npm run unit && npm run test:typescript",
10
"test:typescript": "tsd",
11
"coverage": "npm run unit -- --cov --coverage-report=html"
12
},
0 commit comments