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.
1 parent b7f073b commit 4bd39e9Copy full SHA for 4bd39e9
.vscode/tasks.json
@@ -26,9 +26,9 @@
26
"group": "test"
27
},
28
{
29
- "label": "test end-to-end / E2E (npm playwright)",
+ "label": "test end-to-end / E2E (pnpm playwright)",
30
"type": "shell",
31
- "command": "cd server/e2e_tests/ && npm i && npm run test",
+ "command": "cd server/e2e_tests/ && pnpm i && pnpm run test",
32
33
34
0 commit comments