UNPKG

552 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": "install",
12 "args": ["install"]
13 },
14 {
15 "taskName": "update",
16 "args": ["update"]
17 },
18 {
19 "taskName": "test",
20 "args": ["run", "test"]
21 },
22 {
23 "taskName": "build",
24 "args": ["run", "build"]
25 }
26 ]
27}
\No newline at end of file