We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a427d97 + 0cf2afa commit 2439e08Copy full SHA for 2439e08
.vscode/tasks.json
@@ -18,6 +18,9 @@
18
"label": "Run Evidence",
19
"type": "shell",
20
"command": "if command -v npm > /dev/null 2>&1; then cd analytics/evidence && npm install && npm run sources && npm run dev -- --host 0.0.0.0; else echo 'NPM not installed'; fi",
21
+ "windows": {
22
+ "command": "cd analytics\\evidence; npm install; npm run sources; npm run dev -- --host 0.0.0.0"
23
+ },
24
"group": "none",
25
"icon": {
26
"id": "run"
@@ -29,4 +32,4 @@
29
32
}
30
33
31
34
]
-}
35
+}
0 commit comments