Compile before testing.

This commit is contained in:
Wade Anderson 2016-06-15 10:08:13 -07:00
parent e2d34dc7c8
commit c63addda31

View file

@ -23,7 +23,7 @@
"vsce": "out/vsce"
},
"scripts": {
"test": "mocha",
"test": "gulp compile && mocha",
"prepublish": "gulp compile && mocha"
},
"engines": {