Skip to content

Commit 4c323c9

Browse files
committed
return tests-only
1 parent ca75382 commit 4c323c9

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,8 @@
1616
"license": "MIT",
1717
"scripts": {
1818
"pretest": "eslint ./lib ./test",
19-
"test": "c8 mocha"
19+
"test": "c8 mocha",
20+
"tests-only": "c8 mocha"
2021
},
2122
"keywords": [
2223
"iana",

0 commit comments

Comments
 (0)