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

add prisma commands to workspace #3181

Merged
merged 1 commit into from
Dec 7, 2023

Conversation

Entkenntnis
Copy link
Member

No description provided.

@Entkenntnis Entkenntnis linked an issue Dec 7, 2023 that may be closed by this pull request
Copy link

vercel bot commented Dec 7, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
frontend ✅ Ready (Inspect) Visit Preview Dec 7, 2023 11:06am

Copy link
Contributor

github-actions bot commented Dec 7, 2023

📦 Next.js Bundle Analysis for @serlo/frontend

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

@Entkenntnis Entkenntnis merged commit 6ec277f into staging Dec 7, 2023
11 checks passed
@Entkenntnis Entkenntnis deleted the 3179-update-prisma-setup-for-workspaces branch December 7, 2023 11:07
@@ -30,10 +30,13 @@
"lint:eslint": "yarn workspace @serlo/frontend lint:eslint",
"lint:prettier": "yarn workspace @serlo/frontend lint:prettier",
"lint:tsc": "yarn workspace @serlo/frontend lint:tsc",
"prisma:db-pull": "dotenv -e apps/web/.env.local yarn workspace @serlo/frontend prisma db pull",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤔 Interesting that this was needed. I would have guessed that it just finds the right .env file…

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

prisma is not that clever and can't handle the nextjs conventions well ..

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

Successfully merging this pull request may close these issues.

update prisma setup for workspaces
2 participants