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
All scripts with the same prefix should be grouped together
If there is a "parent" script (like build for all build:* scripts), it should be above all child scripts
Challenges
pretest/posttest and maybe some other npm scripts don't fit into that scheme. Nevertheless it would be nice to have them grouped with the test scripts. pretest should also be above test, posttest should be below test
The text was updated successfully, but these errors were encountered:
It would be nice to have a linting rule that enforces to group scripts.
I want this:
instead of:
build
for allbuild:*
scripts), it should be above all child scriptsChallenges
pretest
/posttest
and maybe some other npm scripts don't fit into that scheme. Nevertheless it would be nice to have them grouped with the test scripts.pretest
should also be abovetest
,posttest
should be belowtest
The text was updated successfully, but these errors were encountered: