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

[Bug] Missing db:push script #212

Open
ramadanomar opened this issue Aug 13, 2024 · 0 comments
Open

[Bug] Missing db:push script #212

ramadanomar opened this issue Aug 13, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ramadanomar
Copy link

Config File

{
"hasSrc": false,
"packages": [
"shadcn-ui",
"prisma",
"clerk",
"resend",
"stripe"
],
"preferredPackageManager": "pnpm",
"t3": false,
"alias": "@",
"analytics": true,
"rootPath": "",
"componentLib": "shadcn-ui",
"orm": "prisma",
"driver": "pg",
"auth": "clerk"
}

Describe the bug
Created a new project and tried copy pasting onboarding steps to see we dont have a db:push command

To Reproduce
.

Expected behavior
Expected to have "db:push": "prisma db push" in the package scripts

Screenshots
image
image

Additional context
I'll probably submit a pr later today/tommorow after i finish setting up this project.

@ramadanomar ramadanomar added the bug Something isn't working label Aug 13, 2024
@ramadanomar ramadanomar changed the title Missing db:push script [Bug] Missing db:push script Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants