Skip to content

Commit

Permalink
fix: player ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-heimbuch committed Nov 12, 2023
1 parent 578c3c8 commit ccf953e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
browser: chrome
start: pnpm start --scope @podlove/player --stream
working-directory: ./apps/player
project: ./apps/player

apps_web-player:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions apps/player/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vitejs/plugin-vue": "3.2.0",
"cypress": "13.1.0",
"cypress": "13.5.0",
"cypress-vite": "1.4.2",
"eslint": "^8.53.0",
"eslint": "8.53.0",
"eslint-plugin-vue": "^9.18.1",
"http-server": "14.1.1",
"typescript": "5.0.4",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"lerna": "6.6.1",
"lerna-update-wizard": "0.17.8",
"lint-staged": "11.0.1",
"prettier": "2.3.2"
"prettier": "2.3.2",
"cypress": "13.5.0"
},
"lint-staged": {
"**/*.{ts,vue}": [
Expand Down

0 comments on commit ccf953e

Please sign in to comment.