-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Set INIT_CWD
environment variable
#485
Comments
sokra
added a commit
that referenced
this issue
Oct 25, 2022
It's important to not create a `cell` outside of the root `source` method as this will create a new cell for each call, which means each `source` will create a separate task, and this bubbles for each cell created in `source`...
4 tasks
fengmk2
added a commit
to cnpm/npminstall
that referenced
this issue
Jan 5, 2023
fengmk2
added a commit
to cnpm/npminstall
that referenced
this issue
Jan 6, 2023
jridgewell
pushed a commit
to vercel/next.js
that referenced
this issue
Mar 10, 2023
It's important to not create a `cell` outside of the root `source` method as this will create a new cell for each call, which means each `source` will create a separate task, and this bubbles for each cell created in `source`...
sokra
added a commit
to vercel/next.js
that referenced
this issue
Mar 13, 2023
It's important to not create a `cell` outside of the root `source` method as this will create a new cell for each call, which means each `source` will create a separate task, and this bubbles for each cell created in `source`...
This can be done by installing Turborepo globally. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the feature you'd like to request
Please set the
INIT_CWD
environment variable properly when executing a command (e.g. in a sub directory). This is a "soft standard" followed by NPM, Yarn and PNPM.Related:
The text was updated successfully, but these errors were encountered: