Skip to content

Commit

Permalink
github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stereobooster committed May 1, 2024
1 parent 69befac commit ba62e20
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 889 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: pnpm install

- name: Install Playwright Browsers
run: npx playwright install-deps chromium
run: pnpm exec playwright install

- name: Build
run: pnpm build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
],
"dependencies": {
"@types/node": "^20.12.7",
"playwright": "^1.43.1",
"turbo": "^1.13.3",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.5.2"
},
Expand Down
Loading

0 comments on commit ba62e20

Please sign in to comment.