mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2025-12-04 12:58:07 -06:00
Add build and deploy task
This commit is contained in:
parent
f3aedfa125
commit
c8300036f2
1 changed files with 13 additions and 1 deletions
14
.vscode/tasks.json
vendored
14
.vscode/tasks.json
vendored
|
|
@ -34,7 +34,7 @@
|
|||
"dependsOn": [
|
||||
"depsetup",
|
||||
"pnpmsetup",
|
||||
"updatedfrontendlib"
|
||||
"updatefrontendlib"
|
||||
],
|
||||
"problemMatcher": []
|
||||
},
|
||||
|
|
@ -113,6 +113,18 @@
|
|||
],
|
||||
"problemMatcher": []
|
||||
},
|
||||
//"All-in-on" build & deploy task
|
||||
{
|
||||
"label": "builddeploy",
|
||||
"detail": "Builds plugin and deploys to deck",
|
||||
"dependsOrder": "sequence",
|
||||
"group": "none",
|
||||
"dependsOn": [
|
||||
"build",
|
||||
"deploy"
|
||||
],
|
||||
"problemMatcher": []
|
||||
},
|
||||
//GENERAL TASKS
|
||||
//Update Decky Frontend Library, aka DFL
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue