Skip to content

Commit

Permalink
fix: frontend browser install command
Browse files Browse the repository at this point in the history
Signed-off-by: Gabor Boros <[email protected]>
  • Loading branch information
gabor-boros committed Apr 23, 2024
1 parent 7fabf18 commit 64c2e7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
pip install jq yq
npm install -g pnpm
pnpm dlx --prefix web playwright install --with-deps
pnpm --prefix web dlx playwright install --with-deps
- name: Setup local env
run: |
./scripts/setup.sh
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ playwright. When the drivers are installed, you can start the end-to-end tests.

```shell
# Install playwright dependencies
pnpm dlx --prefix web playwright install --with-deps
pnpm --prefix web dlx playwright install --with-deps

# Run linters
make lint # Run linters for the backend and front-end, or
Expand Down

0 comments on commit 64c2e7b

Please sign in to comment.