diff --git a/.vscode/tasks.json b/.vscode/tasks.json index e6626b1e3..4f55e0f99 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -26,9 +26,9 @@ "group": "test" }, { - "label": "test end-to-end / E2E (npm playwright)", + "label": "test end-to-end / E2E (pnpm playwright)", "type": "shell", - "command": "cd server/e2e_tests/ && npm i && npm run test", + "command": "cd server/e2e_tests/ && pnpm i && pnpm run test", "group": "test" }, {