23 lines
387 B
JSON
23 lines
387 B
JSON
|
{
|
||
|
"version": "2.0.0",
|
||
|
"tasks": [
|
||
|
{
|
||
|
"type": "func",
|
||
|
"command": "host start",
|
||
|
"problemMatcher": "$func-watch",
|
||
|
"isBackground": true,
|
||
|
"dependsOn": "npm install"
|
||
|
},
|
||
|
{
|
||
|
"type": "shell",
|
||
|
"label": "npm install",
|
||
|
"command": "npm install"
|
||
|
},
|
||
|
{
|
||
|
"type": "shell",
|
||
|
"label": "npm prune",
|
||
|
"command": "npm prune --production",
|
||
|
"problemMatcher": []
|
||
|
}
|
||
|
]
|
||
|
}
|