Skip to content

Commit 63467f0

Browse files
authored
Merge branch 'main' into feat/wildcard-in-project-option
2 parents 98c14fc + e4f2cec commit 63467f0

File tree

4 files changed

+34
-34
lines changed

4 files changed

+34
-34
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
run: pnpm i
7878

7979
- name: Install Playwright Dependencies
80-
run: pnpx playwright install --with-deps
80+
run: pnpm exec playwright install --with-deps
8181

8282
- name: Build
8383
run: pnpm run build
@@ -130,7 +130,7 @@ jobs:
130130
run: pnpm i
131131

132132
- name: Install Playwright Dependencies
133-
run: pnpx playwright install chromium
133+
run: pnpm exec playwright install chromium
134134

135135
- name: Build
136136
run: pnpm run build
@@ -163,7 +163,7 @@ jobs:
163163
run: pnpm i
164164

165165
- name: Install Playwright Dependencies
166-
run: pnpx playwright install --with-deps
166+
run: pnpm exec playwright install --with-deps
167167

168168
- name: Build
169169
run: pnpm run build
@@ -201,7 +201,7 @@ jobs:
201201
run: pnpm i
202202

203203
- name: Install Playwright Dependencies
204-
run: pnpx playwright install --with-deps
204+
run: pnpm exec playwright install --with-deps
205205

206206
- name: Build
207207
run: pnpm run build

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"devDependencies": {
4141
"@antfu/eslint-config": "^2.6.4",
4242
"@antfu/ni": "^0.21.12",
43+
"@playwright/test": "^1.41.0",
4344
"@rollup/plugin-commonjs": "^25.0.7",
4445
"@rollup/plugin-json": "^6.0.1",
4546
"@rollup/plugin-node-resolve": "^15.2.3",

pnpm-lock.yaml

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

test/ui/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"test-fixtures": "vitest"
88
},
99
"devDependencies": {
10-
"@playwright/test": "^1.41.0",
1110
"@testing-library/dom": "^9.3.3",
1211
"happy-dom": "latest",
1312
"vitest": "workspace:*"

0 commit comments

Comments
 (0)