aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/tasks.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/tasks.json')
-rw-r--r--.vscode/tasks.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index 1cc1b79e7..a9fb57b06 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -2,7 +2,7 @@
2 "version": "2.0.0", 2 "version": "2.0.0",
3 "tasks": [ 3 "tasks": [
4 { 4 {
5 "type": "pnpm", 5 "type": "npm",
6 "script": "dev", 6 "script": "dev",
7 "group": { 7 "group": {
8 "kind": "build", 8 "kind": "build",
@@ -10,9 +10,9 @@
10 } 10 }
11 }, 11 },
12 { 12 {
13 "type": "pnpm", 13 "type": "npm",
14 "script": "lint", 14 "script": "lint",
15 "group": "test" 15 "group": "test"
16 } 16 }
17 ] 17 ]
18} 18} \ No newline at end of file