Skip to content

Commit

Permalink
Fix pnpm tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Oct 16, 2022
1 parent b7f073b commit 4bd39e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
{
Expand Down

0 comments on commit 4bd39e9

Please sign in to comment.