chore: update watch tasks (#741)
Signed-off-by: Yan Zhang <yanzh@microsoft.com>
This commit is contained in:
Родитель
8c52fa7ddc
Коммит
cca9644057
|
@ -18,8 +18,8 @@
|
|||
],
|
||||
"background": {
|
||||
"activeOnStart": true,
|
||||
"beginsPattern": "Compilation \\w+ starting…",
|
||||
"endsPattern": "Compilation\\s+finished"
|
||||
"beginsPattern": "\\w+",
|
||||
"endsPattern": "webpack .* compiled"
|
||||
}
|
||||
},
|
||||
"isBackground": true,
|
||||
|
|
|
@ -709,7 +709,7 @@
|
|||
"build-plugin": "node scripts/build-jdtls-ext.js",
|
||||
"compile": "tsc -p ./",
|
||||
"tslint": "tslint -t verbose --project tsconfig.json",
|
||||
"watch": "webpack --mode development --watch --info-verbosity verbose",
|
||||
"watch": "webpack --mode development --watch",
|
||||
"test": "npm run compile && node ./out/test/runTest.js",
|
||||
"webpack": "webpack --mode development"
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче