You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 deprecatedcheck
command which gets prioritized.Proposed solution: rename the check script to
inspect
The text was updated successfully, but these errors were encountered: