summaryrefslogtreecommitdiff
path: root/.vscode/tasks.json
blob: 1ff9a62f4c2306c92968ec622e54be3d298fdc05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "version": "2.0.0",
  "tasks": [
    {
      "type": "npm",
      "script": "build",
      "group": {
        "kind": "build",
        "isDefault": true
      },
      "problemMatcher": [],
      "label": "npm: build",
      "detail": "scripts/build.sh"
    }
  ]
}