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
should throw a scriptlint error because the script was renamed from lint to test:lint but the user forgot to change the reference in the test script as well.
This should be smart enough to go for npm run <foo>, yarn <foo>, and all variants of npm-run-all/run-p etc.
The text was updated successfully, but these errors were encountered:
For example:
should throw a scriptlint error because the script was renamed from
lint
totest:lint
but the user forgot to change the reference in thetest
script as well.This should be smart enough to go for
npm run <foo>
,yarn <foo>
, and all variants ofnpm-run-all
/run-p
etc.The text was updated successfully, but these errors were encountered: