You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: install wrangler in CI and use pnpm exec instead of npx
npx can't find wrangler in pnpm workspace — wrangler isn't in
apps/web/package.json deps. Install it as a workspace dev dep
in CI and use pnpm exec for the deploy step.
0 commit comments