Skip to content

Commit 82fb0bf

Browse files
committed
Update release.yml
1 parent 1a09e04 commit 82fb0bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- name: Install dependencies
2020
run: npm ci
2121

22-
- name: Install npm dependencies
23-
run: npm ci
22+
- name: Install playwright
23+
run: npx playwright install
2424

2525
- name: Build
2626
run: npm run build

0 commit comments

Comments
 (0)