-
Notifications
You must be signed in to change notification settings - Fork 2.1k
QoL changes for using examples #518
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
Conversation
|
@markjm is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
|
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/vercel/turbo-site/Dw8vaw5qWTTWfjX3RK2GZxXSYaPy |
|
I have actually identified an issue when running a fresh yarn install with TURBO_BINARY_PATH set. Seems to be because of differences in directories when running the postinstall script vs an actual |
|
Why do we need .yarnc? |
the intent is that regardless of platform or mode of running the examples, it will always use the repo-built version of the app by having this univeral way of specifying process.env varialbes. Given there are some other differences with usage of that env variable (and now thinking i dont know if pnmp or other backends would even support this), I will remove that change to unblock the rest of the PR |
|
In the future, these should likely be separate PRs, but other than that this looks fine. Thanks! |
Fair - thanks for the help |
run-examplesscript, but for local use as well.Not sure what the thinking is on what else to write out on failure, but i suspect whatever message should come from the main turborepo program and not the node wrapper.
Loving digging around the project! Feel free to accept or reject any number of pieces of this changeset.