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

Yarn workspaces check fails if there is no package.json at the project root. #11

Open
dreid opened this issue Feb 23, 2021 · 0 comments

Comments

@dreid
Copy link

dreid commented Feb 23, 2021

We're not using yarn workspaces, instead we have a multi-language monorepo with our javascript code in a subdirectory. We use PT_PROJECT_ROOT to specify that subdirectory but because we do not have a package.json at the root of our repository this action fails with:

jq: error: Could not open file package.json: No such file or directory

Should PT_PROJECT_ROOT be handled before the yarn workspaces?

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

No branches or pull requests

1 participant