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 56ba5c4 commit ab32b2fCopy full SHA for ab32b2f
scripts/e2e.sh
@@ -5,8 +5,9 @@ set -e
5
# Pack packages
6
pnpm pack
7
8
+# TODO(kazupon): Remove this when jsr supports pnpm workspace
9
# Replace deps
-pnpx tsx run ./scripts/replaceDeps.ts
10
+pnpx tsx ./scripts/replaceDeps.ts
11
12
# just do e2e!
13
pnpm run test:e2e
0 commit comments