Skip to content

Commit 3212142

Browse files
committed
Switches to shell cmd until pnpm issue is resolved
1 parent 5282aa3 commit 3212142

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.vscode/tasks.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@
4242
"problemMatcher": ["$ts-checker-webpack-watch", "$ts-checker-eslint-webpack-watch"]
4343
},
4444
{
45-
"type": "npm",
46-
"script": "install",
45+
"label": "Install dependencies",
46+
"type": "shell",
47+
"command": "pnpm",
48+
"args": ["install"],
4749
"presentation": {
4850
"close": true,
4951
"reveal": "never"

0 commit comments

Comments
 (0)