Skip to content

Commit

Permalink
chore: Update e2e test script to use playwright instead of pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
nelitow committed Oct 20, 2024
1 parent 79b9e8e commit c627695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"homepage": "https://github.com/FuelLabs/fuel-connectors",
"type": "module",
"scripts": {
"test:e2e": "pnpm playwright test"
"test:e2e": "playwright test"
},
"devDependencies": {
"@fuels/connectors": "workspace:*",
Expand Down

0 comments on commit c627695

Please sign in to comment.