UNPKG

393 BJSONView Raw
1{
2 // See https://go.microsoft.com/fwlink/?LinkId=733558
3 // for the documentation about the tasks.json format
4 "version": "0.1.0",
5 "command": "npm",
6 "isShellCommand": true,
7 "showOutput": "always",
8 "suppressTaskName": true,
9 "tasks": [
10 {
11 "taskName": "build",
12 "args": ["run", "build"]
13 },
14 {
15 "taskName": "test",
16 "args": ["run", "test"]
17 }
18 ]
19}