Skip to content

Commit d58a0d7

Browse files
authored
forgot to put compile before appveyorTest
1 parent fd5d400 commit d58a0d7

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)