Skip to content

Commit ab32b2f

Browse files
committed
chore: fix e2e script
1 parent 56ba5c4 commit ab32b2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/e2e.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ set -e
55
# Pack packages
66
pnpm pack
77

8+
# TODO(kazupon): Remove this when jsr supports pnpm workspace
89
# Replace deps
9-
pnpx tsx run ./scripts/replaceDeps.ts
10+
pnpx tsx ./scripts/replaceDeps.ts
1011

1112
# just do e2e!
1213
pnpm run test:e2e

0 commit comments

Comments
 (0)