Skip to content

Commit 7bc4968

Browse files
committed
2 parents a8fc280 + d58a0d7 commit 7bc4968

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 spec",
10-
"appveyorTest": "mocha --ui tdd --reporter mocha-appveyor-reporter test/*.js",
10+
"appveyorTest": "tsc -p ./ && mocha --ui tdd --reporter mocha-appveyor-reporter test/*.js",
1111
"compile":"tsc -watch -p ./"
1212
},
1313
"dependencies": {},

0 commit comments

Comments
 (0)