use npm watch

This commit is contained in:
Sandeep Somavarapu
2018-05-31 16:19:18 +02:00
parent 253afe16ea
commit 9f8a8c802d
4 changed files with 6 additions and 6 deletions

View File

@ -15,7 +15,7 @@
"outFiles": [
"${workspaceRoot}/out/src/**/*.js"
],
"preLaunchTask": "tsc: watch - tsconfig.json"
"preLaunchTask": "npm: watch"
},
{
"name": "Launch Tests",
@ -31,7 +31,7 @@
"outFiles": [
"${workspaceRoot}/out/test/**/*.js"
],
"preLaunchTask": "tsc: watch - tsconfig.json"
"preLaunchTask": "npm: watch"
},
{
"type": "node",

View File

@ -64,7 +64,7 @@
},
"scripts": {
"vscode:prepublish": "tsc -p ./",
"compile": "tsc -watch -p ./",
"watch": "tsc -watch -p ./",
"postinstall": "node ./node_modules/vscode/bin/install"
},
"devDependencies": {

View File

@ -15,7 +15,7 @@
"outFiles": [
"${workspaceRoot}/out/src/**/*.js"
],
"preLaunchTask": "tsc: watch - tsconfig.json"
"preLaunchTask": "npm: watch"
},
{
"name": "Launch Tests",
@ -31,7 +31,7 @@
"outFiles": [
"${workspaceRoot}/out/test/**/*.js"
],
"preLaunchTask": "tsc: watch - tsconfig.json"
"preLaunchTask": "npm: watch"
},
{
"type": "node",

View File

@ -159,7 +159,7 @@
},
"scripts": {
"vscode:prepublish": "tsc -p ./",
"compile": "tsc -watch -p ./",
"watch": "tsc -watch -p ./",
"postinstall": "node ./node_modules/vscode/bin/install"
},
"devDependencies": {