Skip to content

Commit f46a9c5

Browse files
mfpopaallevo
andauthored
Update package.json
Co-authored-by: Tommaso Allevi <[email protected]>
1 parent 0384cb5 commit f46a9c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"lint": "standard | snazzy",
88
"unit": "tap test.js",
9-
"test": "npm run lint && npm run unit",
9+
"test": "npm run lint && npm run unit && npm run test:typescript",
1010
"test:typescript": "tsd",
1111
"coverage": "npm run unit -- --cov --coverage-report=html"
1212
},

0 commit comments

Comments
 (0)