diff options
Diffstat (limited to '.vscode/tasks.json')
| -rw-r--r-- | .vscode/tasks.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json index a4f1890..16d2383 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -4,6 +4,11 @@ "version": "2.0.0", "tasks": [ { + "label": "Hugo Run", + "type": "shell", + "command": "cd ${workspaceFolder} && npm run start" + }, + { "label": "Upload", "type": "shell", "command": "./sync.sh" |
