Skip to content

Commit

Permalink
Replaced npx with pnpx
Browse files Browse the repository at this point in the history
  • Loading branch information
s1hofmann committed Feb 15, 2024
1 parent 3fb72b2 commit b5239ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/window-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url": "https://dry.software"
},
"scripts": {
"pretest": "npx playwright install --with-deps",
"pretest": "pnpx playwright install --with-deps",
"test": "jest"
},
"devDependencies": {
Expand Down

0 comments on commit b5239ba

Please sign in to comment.