static-cms/.vscode/tasks.json

16 lines
250 B
JSON
Raw Normal View History

{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "dev",
"problemMatcher": [],
"label": "npm: dev",
"detail": "lerna run dev --scope=@staticcms/core",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}