-
Notifications
You must be signed in to change notification settings - Fork 201
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
refactor(cli)!: remove auto generation of gql types on project creation #1443
Conversation
🦋 Changeset detectedLatest commit: a40d062 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
6 Skipped Deployments
|
eec446c
to
b1e2d00
Compare
b1e2d00
to
483f47b
Compare
483f47b
to
aaf3e0f
Compare
aaf3e0f
to
11a6371
Compare
11a6371
to
a40d062
Compare
⚡️🏠 Lighthouse reportLighthouse ran against https://catalyst-latest-2wll2ilru-bigcommerce-platform.vercel.app 🖥️ DesktopWe ran Lighthouse against the changes on a desktop and produced this report. Here's the summary:
📱 MobileWe ran Lighthouse against the changes on a mobile and produced this report. Here's the summary:
|
What/Why?
Important
This PR stacks on #1441
Remove automatic generation of GraphQL type definitions on project creation. There is no root-level
generate
Turbo task, which means the environment variables aren't being picked up correctly.We could refactor
writeEnv
to write two env files, one in root and one incore/
but I'm not confident that's the right solution.Testing
Locally