refactor: run lint as pre phase

This commit is contained in:
Juan Picado @jotadeveloper 2017-12-02 15:17:08 +01:00 committed by juanpicado
parent fd2eeea4dd
commit 813b2888aa
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@
"flow": "flow",
"pretest": "npm run code:build",
"test": "cross-env BABEL_ENV=test jest",
"pre:ci": "npm run build:webui",
"pre:ci": "npm run lint && npm run build:webui",
"coverage:publish": "codecov",
"lint": "npm run flow && eslint .",
"lint:css": "stylelint 'src/**/*.scss' --syntax scss",