Files
Wireguard-tools.js/.vscode/tasks.json
T

19 lines
320 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "test:full",
"problemMatcher": [],
"label": "npm: test:full",
"detail": "npm run build && npm run test"
},
{
"type": "npm",
"script": "build",
"problemMatcher": [],
"label": "npm: build",
"detail": "npm run build"
}
]
}