Skip to content

Commit 95d0fff

Browse files
committed
chore: fix playwright install
1 parent ab32b2f commit 95d0fff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/e2e.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
set -e
44

5+
# Install playwright
6+
pnpm exec playwright install
7+
58
# Pack packages
69
pnpm pack
710

0 commit comments

Comments
 (0)