nextjs-subscription-payments icon indicating copy to clipboard operation
nextjs-subscription-payments copied to clipboard

pnpm supabase:pull and pnpm supabase:push missing "db"

Open Tera-Nuovo opened this issue 1 year ago • 1 comments

In the package.json the pull and push commands says:

"supabase:push": "npx supabase push", "supabase:pull": "npx supabase pull"

But that doesn't work it seems it should have db added to it like this:

"supabase:push": "npx supabase db push", "supabase:pull": "npx supabase db pull"

Tera-Nuovo avatar Mar 17 '24 07:03 Tera-Nuovo

The PR referenced above fixes this really nicely. I'd merge it in!

k-thornton avatar May 12 '24 00:05 k-thornton

https://github.com/vercel/nextjs-subscription-payments/pull/329

leerob avatar Jun 07 '24 01:06 leerob