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 ab32b2f commit 95d0fffCopy full SHA for 95d0fff
scripts/e2e.sh
@@ -2,6 +2,9 @@
2
3
set -e
4
5
+# Install playwright
6
+pnpm exec playwright install
7
+
8
# Pack packages
9
pnpm pack
10
0 commit comments