Skip to content

Commit

Permalink
Enable Run Build Task in VSCode
Browse files Browse the repository at this point in the history
  • Loading branch information
chgeo committed Sep 11, 2024
1 parent e2a1b07 commit f9cca6a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
{
"type": "npm",
"script": "docs:build",
"group": "build",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": [
"$vite"
],
Expand Down

0 comments on commit f9cca6a

Please sign in to comment.