summaryrefslogtreecommitdiff
path: root/.vscode/tasks.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/tasks.json')
-rw-r--r--.vscode/tasks.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index 3a62071a..bbfee13f 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -5,6 +5,11 @@
"label": "Stop Service",
"type": "shell",
"command":"systemctl --user stop plugin_loader",
- }
+ },
+ {
+ "label": "Build frontend",
+ "type": "shell",
+ "command":"cd ${workspaceFolder}/frontend; npm run build",
+ }
]
}