mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-13 22:48:31 -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",
|
"flow": "flow",
|
||||||
"pretest": "npm run code:build",
|
"pretest": "npm run code:build",
|
||||||
"test": "cross-env BABEL_ENV=test jest",
|
"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",
|
"coverage:publish": "codecov",
|
||||||
"lint": "npm run flow && eslint .",
|
"lint": "npm run flow && eslint .",
|
||||||
"lint:css": "stylelint 'src/**/*.scss' --syntax scss",
|
"lint:css": "stylelint 'src/**/*.scss' --syntax scss",
|
||||||
|
|
Loading…
Add table
Reference in a new issue