Skip to content

Commit

Permalink
chore: remove dlx
Browse files Browse the repository at this point in the history
  • Loading branch information
JuroUhlar committed Feb 23, 2024
1 parent 90241ca commit 0bb34bc
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/production_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
key: ${{ runner.os }}-playwright-chrome-${{ env.PLAYWRIGHT_VERSION }}

- name: Install Chromium browser binary if cache missed
run: pnpm dlx playwright install --with-deps chromium
run: pnpm playwright install --with-deps chromium
if: steps.playwright-cache.outputs.cache-hit != 'true'

- name: Run Playwright tests on Chrome
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@playwright/test": "^1.40.1",
"@playwright/test": "^1.41.2",
"@types/leaflet": "^1.9.8",
"@types/node": "^18.19.18",
"@types/node-cron": "^3.0.11",
Expand All @@ -78,6 +78,6 @@
"sass": "^1.71.1",
"tsx": "^4.7.1",
"typescript": "^4.9.5",
"vitest": "^0.28.3"
"vitest": "^0.28.5"
}
}
72 changes: 36 additions & 36 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0bb34bc

Please sign in to comment.