Added missing task to vscode settings.

This commit is contained in:
Quentin Decaunes 2019-02-28 18:47:45 +01:00
parent d2f125ee0f
commit 4ab33f8c25

5
.vscode/tasks.json vendored
View File

@ -12,6 +12,11 @@
"type": "npm",
"script": "build",
"problemMatcher": []
},
{
"type": "npm",
"script": "package",
"problemMatcher": []
}
]
}