Add vscode configuration for unit tests
[e-mobility-charging-stations-simulator.git] / .vscode / tasks.json
CommitLineData
bf1866b2
JB
1{
2 "version": "2.0.0",
3 "tasks": [
4 {
5 "label": "Build",
6 "type": "npm",
7 "script": "build"
fc201913
JB
8 },
9 {
10 "label": "Development Build",
11 "type": "npm",
12 "script": "build:dev"
bf1866b2
JB
13 }
14 ]
15}