Skip to content

Commit 9023665

Browse files
committed
deps: add playwright to workspace devDependencies
1 parent b563e60 commit 9023665

File tree

5 files changed

+18
-15
lines changed

5 files changed

+18
-15
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: ./.github/actions/setup-node-pnpm
3131

3232
- name: Install Playwright browsers
33-
run: pnpx playwright install chromium
33+
run: pnpm exec playwright install chromium
3434

3535
- run: pnpm ready
3636

apps/dashboard/vitest.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,5 @@ export default defineProject({
1616
},
1717
],
1818
},
19-
globals: true,
20-
environment: 'happy-dom',
2119
},
2220
});

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"@voidzero-dev/vite-plus": "latest",
1919
"dprint": "^0.50.2",
2020
"oxlint-tsgolint": "^0.3.0",
21+
"playwright": "^1.56.1",
2122
"top-github-dependents-by-stars": "^1.0.4",
2223
"vitest": "^4.0.3"
2324
},

pnpm-lock.yaml

Lines changed: 15 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ minimumReleaseAgeExclude:
2727
- 'vite'
2828
- 'vitepress'
2929
- 'vitest'
30+
- '@vitest/*'

0 commit comments

Comments
 (0)