add default tasks
This commit is contained in:
parent
3c8eef29a5
commit
601d814654
22
.vscode/tasks.json
vendored
22
.vscode/tasks.json
vendored
@ -83,6 +83,28 @@
|
||||
"problemMatcher": [
|
||||
"$pester"
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "Run dev Server",
|
||||
"type": "shell",
|
||||
"command": [
|
||||
"hugo server --buildDrafts"
|
||||
],
|
||||
"group": {
|
||||
"kind": "test",
|
||||
"isDefault": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "Build Site",
|
||||
"type": "shell",
|
||||
"command": [
|
||||
"hugo"
|
||||
],
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"inputs": [
|
||||
|
Loading…
Reference in New Issue
Block a user