There are some minor benefits to having the lint check separate from the runtime tests, so that more of the GitHub Action checks complete and aren't blocked by lint issues. However, makes it easy to open a PR and push code that will fail on the lint check.
I noticed there is postest run script, which should presumably be posttest! Leaning towards enabling that as I tend to only fix one breakage at a time anyway.
Fixing that would render this line obsolete:
There are some minor benefits to having the lint check separate from the runtime tests, so that more of the GitHub Action checks complete and aren't blocked by lint issues. However, makes it easy to open a PR and push code that will fail on the lint check.
I noticed there is
postestrun script, which should presumably beposttest! Leaning towards enabling that as I tend to only fix one breakage at a time anyway.cliui/package.json
Line 23 in af3145d
Fixing that would render this line obsolete:
cliui/.github/workflows/ci.yaml
Line 24 in af3145d