mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Set generate as default build task
This commit is contained in:
parent
ec57ef41cc
commit
d4c1baacb3
1 changed files with 8 additions and 0 deletions
8
.vscode/tasks.json
vendored
8
.vscode/tasks.json
vendored
|
|
@ -7,6 +7,14 @@
|
|||
"problemMatcher": [],
|
||||
"label": "npm: dev",
|
||||
"detail": "nuxt",
|
||||
"group": "build"
|
||||
},
|
||||
{
|
||||
"type": "npm",
|
||||
"script": "generate",
|
||||
"problemMatcher": [],
|
||||
"label": "npm: generate",
|
||||
"detail": "nuxt generate",
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue