Skip to content

Add "pretest" to npm scripts

Alf Eaton requested to merge npm-pretest into master

This shouldn't actually change anything, just a bit of tidying up.

  • Rename "eslint" script to "lint"
  • Move "npm run lint" to "pretest" script
  • Remove file regex from "test" script, as it's already covered by the "jest.testRegex" setting

Merge request reports