2022-06-14 13:38:29 -07:00
|
|
|
{
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"tasks": [
|
|
|
|
|
{
|
2023-06-03 07:42:27 -07:00
|
|
|
"label": "setup",
|
2025-10-10 21:41:05 -07:00
|
|
|
"detail": "Setup dependencies",
|
2022-06-16 12:15:06 -07:00
|
|
|
"type": "shell",
|
2025-10-10 21:41:05 -07:00
|
|
|
"command": "pnpm run setup",
|
2022-06-16 12:15:06 -07:00
|
|
|
"problemMatcher": []
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-10-10 21:41:05 -07:00
|
|
|
"label": "build:plugin",
|
|
|
|
|
"detail": "Build plugin",
|
2022-06-16 12:15:06 -07:00
|
|
|
"type": "shell",
|
2025-10-10 21:41:05 -07:00
|
|
|
"command": "pnpm run build:plugin",
|
2022-06-16 12:47:53 -07:00
|
|
|
"problemMatcher": []
|
|
|
|
|
},
|
2023-02-20 10:34:55 -08:00
|
|
|
{
|
2023-06-03 07:42:27 -07:00
|
|
|
"label": "deploy",
|
2025-10-10 21:41:05 -07:00
|
|
|
"detail": "Deploy plugin to deck",
|
2022-06-16 12:47:53 -07:00
|
|
|
"type": "shell",
|
2025-10-10 21:41:05 -07:00
|
|
|
"command": "pnpm run deploy",
|
2022-06-16 12:15:06 -07:00
|
|
|
"problemMatcher": []
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-10-10 21:41:05 -07:00
|
|
|
"label": "builddeploy",
|
|
|
|
|
"detail": "Build and deploy plugin to deck",
|
2023-06-03 07:42:27 -07:00
|
|
|
"type": "shell",
|
2025-10-10 21:41:05 -07:00
|
|
|
"command": "pnpm run build:deploy",
|
2022-06-16 14:59:43 -07:00
|
|
|
"problemMatcher": []
|
2022-06-16 12:15:06 -07:00
|
|
|
},
|
2022-06-14 13:38:29 -07:00
|
|
|
]
|
|
|
|
|
}
|