Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
totegamma committed Feb 4, 2025
1 parent d6a8be4 commit 8ffef5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ jobs:

- uses: actions/upload-artifact@v4
if: always()
working-directory: app
with:
name: playwright-report-${{ matrix.project }}
path: playwright-report/
path: app/playwright-report/
retention-days: 30
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"build": "pnpm --parallel build",
"dev": "pnpm --parallel --filter concrnt-world dev"
"build": "pnpm -r build",
"dev": "pnpm --filter concrnt-world dev"
},
"dependencies": {
"@concrnt/client": "^0.0.2"
Expand Down

0 comments on commit 8ffef5f

Please sign in to comment.