mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
refactor: run lint as pre phase
This commit is contained in:
parent
fd2eeea4dd
commit
813b2888aa
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue