npm run dev

This commit is contained in:
Joao Moreno 2017-10-30 15:01:57 +01:00
parent 405f73ea98
commit 2e155e6f6b

View file

@ -24,6 +24,7 @@
"vsce": "out/vsce"
},
"scripts": {
"dev": "gulp watch-test",
"test": "gulp compile && mocha",
"prepublish": "gulp compile && mocha"
},
@ -66,4 +67,4 @@
"typescript": "^2.2.1",
"xml2js": "^0.4.12"
}
}
}