Add build and deploy task

This commit is contained in:
Yao Chung Hu 2023-06-05 02:15:45 +08:00
commit c8300036f2
No known key found for this signature in database
GPG key ID: A7BFE4CD58266714

14
.vscode/tasks.json vendored
View file

@ -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
{