test_web_router/.vscode/tasks.json
2017-06-02 10:43:14 +09:00

17 lines
407 B
JSON

{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "0.1.0",
"command": "npm",
"isShellCommand": true,
"showOutput": "always",
"suppressTaskName": true,
"tasks": [
{
"taskName": "build:test",
"command": "npm",
"args": ["run","build:test"]
}
]
}