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 --working-directory option to support local dependencies #21

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

zannis
Copy link

@zannis zannis commented Oct 19, 2021

This PR adds the -w or --working-directory option to handle cases where a project has local dependencies such as git submodules, and there are pieces of code located outside the workspace root.

It's expected that the path provided as working directory is a parent path of the workspace otherwise execution will fail.

This feature been in use for a few months now as part of our project in t3rn and seems to be stable but kindly let me know if you find any bugs or issues.

This also resolves #12 .

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.

Local dependencies outside the project aren't transferred to the host
1 participant