Files
benchcoach/.vscode/tasks.json

23 lines
398 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "watch-scss",
"problemMatcher": [],
"label": "npm: watch-scss",
"detail": "npm run watch-css",
"icon": {
"id": "eye",
"color": "terminal.ansiBlue"
}
},
{
"type": "npm",
"script": "build-css",
"problemMatcher": [],
"label": "npm: build-css",
"detail": "npm build-css"
}
]
}