vercel / nextjs-subscription-payments

Clone, deploy, and fully customize a SaaS subscription application with Next.js.
https://subscription-payments.vercel.app/
MIT License
5.77k stars 1.18k forks source link

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

Closed Tera-Nuovo closed 4 weeks ago

Tera-Nuovo commented 3 months ago

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"

k-thornton commented 1 month ago

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

leerob commented 4 weeks ago

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