Skip to content

Commit 4dbfbc0

Browse files
committed
fix err
1 parent 6835df9 commit 4dbfbc0

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
@@ -7,7 +7,7 @@
77
],
88
"scripts": {
99
"test": "tsc -p ./ && mocha -r ts-node/register",
10-
"appveyorTest": "tsc -p ./ && nyc mocha --reporter mocha-appveyor-reporter test/*.js",
10+
"appveyorTest": "tsc -p ./ && nyc mocha test/*.js",
1111
"compile": "tsc -watch -p ./",
1212
"compileOnce": "tsc -p ./"
1313
},

0 commit comments

Comments
 (0)