Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Tera-Nuovo opened this issue Mar 17, 2024 · 2 comments
Closed

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

Tera-Nuovo opened this issue Mar 17, 2024 · 2 comments

Comments

@Tera-Nuovo
Copy link

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
Copy link
Contributor

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

@leerob
Copy link
Member

leerob commented Jun 7, 2024

#329

@leerob leerob closed this as completed Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants