aboutsummaryrefslogtreecommitdiff
path: root/jb-ui/.vscode/tasks.json
diff options
context:
space:
mode:
Diffstat (limited to 'jb-ui/.vscode/tasks.json')
-rw-r--r--jb-ui/.vscode/tasks.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/jb-ui/.vscode/tasks.json b/jb-ui/.vscode/tasks.json
new file mode 100644
index 0000000..bb5e962
--- /dev/null
+++ b/jb-ui/.vscode/tasks.json
@@ -0,0 +1,14 @@
+{
+ "version": "2.0.0",
+ "tasks": [
+ {
+ "label": "build project",
+ "type": "shell",
+ "command": "pnpm build",
+ "group": "build",
+ "presentation": {
+ "reveal": "always"
+ }
+ }
+ ]
+} \ No newline at end of file