We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58996cc commit 01d28e3Copy full SHA for 01d28e3
.github/workflows/deploy.yaml
@@ -49,6 +49,8 @@ jobs:
49
node-version: 20
50
cache: yarn
51
52
+ - name: playwright
53
+ run: npx playwright install --with-deps
54
- name: build
55
run: make deps build-production
56
0 commit comments