Skip to content

build: run lint before tests

Have make test run linting tools before tests rather than after. Lint is likely to find issues quickly. Tests may take a while to run. So do the linting first.

Interestingly, it appears that vcbuild.bat is already set up this way on Windows.

Refs: https://github.com/nodejs/node/issues/4546#issuecomment-189755007

Merge request reports

Loading