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 yarn to template #124

Merged
merged 1 commit into from
Apr 28, 2020
Merged

Add yarn to template #124

merged 1 commit into from
Apr 28, 2020

Conversation

dotterian
Copy link
Contributor

@dotterian dotterian commented Apr 23, 2020

If user doesn't have npx but has yarn we should check it and call yarn $cmd

npx $cmd and yarn $cmd do pretty much the same: execute binary from node_modules.

Tested this solution on my machine (I don't have npx and prefer yarn). Works as intended.

If user doesn't have `npx` but has `yarn` we should check it and call `yarn $cmd`
@Arkweid Arkweid merged commit ee46876 into evilmartians:master Apr 28, 2020
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