Skip to content

Commit

Permalink
dlx -> exec
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav committed Nov 18, 2023
1 parent c46e53b commit 90cfda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You should reinstall the dependencies and rebuild the packages whenever you pull

The code is formatted with prettier. You can use it if you want, or not, it's up to you because the code get's formatted automatically by a github action. If you want to use it, you can run `pnpm format` to format the code.

If you want to run the E2E tests, you need to install the dependencies by running `pnpm dlx playwright install --with-deps chromium` _(or `npx playwright install --with-deps chromium`)_, then run `pnpm test:e2e`.
If you want to run the E2E tests, you need to install the dependencies by running `pnpm exec playwright install --with-deps chromium` _(or `npx playwright install --with-deps chromium`)_, then run `pnpm test:e2e`.

## Operating System

Expand Down

0 comments on commit 90cfda8

Please sign in to comment.