diff --git a/package.json b/package.json index f82a37f..8a788c0 100644 --- a/package.json +++ b/package.json @@ -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" } -} +} \ No newline at end of file