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

check run script conflicts with yarn check #449

Closed
darkbasic opened this issue Feb 25, 2020 · 1 comment · Fixed by #570
Closed

check run script conflicts with yarn check #449

darkbasic opened this issue Feb 25, 2020 · 1 comment · Fixed by #570
Assignees

Comments

@darkbasic
Copy link

darkbasic commented Feb 25, 2020

See https://yarnpkg.com/en/docs/cli/check

yarn has a shorthand version for yarn run <script>: yarn <script>
Most yarn users are used to it and forget about using yarn run, but unfortunately yarn already has a deprecated check command which gets prioritized.

Proposed solution: rename the check script to inspect

@Maxim-Mazurok
Copy link
Contributor

I don't like inspect...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants