Skip to content

Commit

Permalink
feature: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinant committed Nov 22, 2024
1 parent a5f538f commit ec90eea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- run: pnpm store prune
- run: echo "strict-peer-dependencies=false" >> .npmrc
- run: pnpm install
- run: pnpm playwright install chromium
- run: pnpm exec playwright install chromium
- run: pnpm run ci
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"playwright": "^1.49.0",
"prettier": "^3.2.5",
"turbo": "^2.3.1",
"typescript": "5.5.4"
Expand Down
3 changes: 3 additions & 0 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 ec90eea

Please sign in to comment.