[json] adopt npm scripts

This commit is contained in:
Martin Aeschlimann
2016-03-04 10:33:25 +01:00
parent b07b57cc0e
commit 14fea843f8
4 changed files with 6 additions and 6 deletions

View File

@@ -20,7 +20,7 @@
"showOutput": "silent",
// we run the custom script "compile" as defined in package.json
"args": ["run", "vscode:prepublish"],
"args": ["run", "compile"],
// The tsc compiler is started in watching mode
"isWatching": true,