Files
australis-theme-generator/.vscode/tasks.json
2017-03-31 03:27:26 -07:00

15 lines
236 B
JSON

{
"version": "0.1.0",
"command": "npm",
"isShellCommand": true,
"showOutput": "always",
"suppressTaskName": true,
"tasks": [
{
"isBuildCommand": true,
"taskName": "build",
"args": ["start"]
}
]
}