Skip to content

Commit 3786d17

Browse files
committed
chore: fix more e2e script
1 parent 0a04515 commit 3786d17

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

scripts/e2e.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,5 @@ set -e
55
# Install playwright
66
pnpm exec playwright install
77

8-
# Pack packages
9-
pnpm pack
10-
11-
# TODO(kazupon): Remove this when jsr supports pnpm workspace
12-
# Replace deps
13-
pnpx tsx ./scripts/replaceDeps.ts
14-
15-
pnpm install
16-
178
# just do e2e!
189
pnpm run test:e2e

0 commit comments

Comments
 (0)