We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0955a6b commit ab15ac3Copy full SHA for ab15ac3
3 files changed
.github/workflows/prepare-release.yml
@@ -35,7 +35,7 @@ jobs:
35
${{ runner.os }}-
36
37
- name: NPM Install
38
- run: npm install
+ run: npm install && npx playwright install
39
40
- name: Build
41
run: npm run build
.github/workflows/publish-release.yml
@@ -37,7 +37,7 @@ jobs:
- name: npm install
42
- name: build
43
.github/workflows/publish-unstable.yml
@@ -42,7 +42,7 @@ jobs:
44
45
46
47
48
0 commit comments