We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
we could either continue to use npm test with a lot of complicated one-liner, or look into lerna run test to see if CI will respect each output
npm test
lerna run test
cc @raphaelokon
The text was updated successfully, but these errors were encountered:
I guess lerna run test would be the way to go. As far as I understand this runs the command in all packages if applicable.
Sorry, something went wrong.
blocked by #858
bmuenzenmeyer
No branches or pull requests
we could either continue to use
npm test
with a lot of complicated one-liner, or look intolerna run test
to see if CI will respect each outputcc @raphaelokon
The text was updated successfully, but these errors were encountered: