Skip to content

Commit 4bd39e9

Browse files
committed
Fix pnpm tasks
1 parent b7f073b commit 4bd39e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/tasks.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"group": "test"
2727
},
2828
{
29-
"label": "test end-to-end / E2E (npm playwright)",
29+
"label": "test end-to-end / E2E (pnpm playwright)",
3030
"type": "shell",
31-
"command": "cd server/e2e_tests/ && npm i && npm run test",
31+
"command": "cd server/e2e_tests/ && pnpm i && pnpm run test",
3232
"group": "test"
3333
},
3434
{

0 commit comments

Comments
 (0)