mirror of
https://github.com/cotes2020/chirpy-starter.git
synced 2025-01-07 22:38:33 +10:00
27 lines
555 B
JSON
27 lines
555 B
JSON
|
{
|
||
|
"version": "2.0.0",
|
||
|
"tasks": [
|
||
|
{
|
||
|
"label": "Run Jekyll Server",
|
||
|
"type": "shell",
|
||
|
"command": "./tools/run.sh",
|
||
|
"group": {
|
||
|
"kind": "build",
|
||
|
"isDefault": true
|
||
|
},
|
||
|
"problemMatcher": [],
|
||
|
"detail": "Runs the Jekyll server with live reload."
|
||
|
},
|
||
|
{
|
||
|
"label": "Build Jekyll Site",
|
||
|
"type": "shell",
|
||
|
"command": "./tools/test.sh",
|
||
|
"group": {
|
||
|
"kind": "build"
|
||
|
},
|
||
|
"problemMatcher": [],
|
||
|
"detail": "Build the Jekyll site for production."
|
||
|
}
|
||
|
]
|
||
|
}
|