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

cli: use npx for local mocha/ts-mocha #432

Merged
merged 4 commits into from
Jun 27, 2021

Conversation

fanatid
Copy link
Contributor

@fanatid fanatid commented Jun 27, 2021

#267 added flag --yarn which allow to use mocha/ts-mocha which installed locally (pinned version in package.json) through yarn. Without this flag mocha/ts-mocha still requires to be installed globally (or locally but PATH should be patched).

npx installed with node/npm and can be used in same way as yarn for locally installed mocha/ts-mocha.

@armaniferrante
Copy link
Member

Can we remove the yarn flag with this change?

@fanatid
Copy link
Contributor Author

fanatid commented Jun 27, 2021

Removed.

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.

2 participants