Fix task.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
pull/196/head
Jerome Luckenbach 2020-01-12 21:07:08 +01:00
parent 15af02f2b2
commit 93fe86e176
1 changed files with 1 additions and 1 deletions

2
.vscode/tasks.json vendored
View File

@ -12,7 +12,7 @@
"tasks": [
{
"label": "Run npm",
"label": "npm",
"type": "shell",
"command": "npm",
"args": ["run", "compile", "--loglevel", "silent"], //custom script "compile" as defined in package.json