Skip to content

Commit 84d07d7

Browse files
committed
fix: fix test command error.
1 parent ecec54e commit 84d07d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "dist/index.js",
66
"scripts": {
77
"prepublishOnly": "tsc",
8-
"test": "nyx mocha",
8+
"test": "nyc mocha",
99
"posttest": "nyc report --reporter=json"
1010
},
1111
"repository": {

0 commit comments

Comments
 (0)