mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
refactor: updated commitlint (#1103)
fix: fixed warning refactor: changed commitlint v
This commit is contained in:
parent
f3be8346cb
commit
9b3faf92a4
2 changed files with 2 additions and 3 deletions
|
@ -55,7 +55,7 @@
|
|||
"verror": "1.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "7.1.2",
|
||||
"@commitlint/cli": "7.2.1",
|
||||
"@commitlint/config-conventional": "7.1.2",
|
||||
"@material-ui/core": "3.1.0",
|
||||
"@material-ui/icons": "3.0.1",
|
||||
|
@ -175,7 +175,6 @@
|
|||
"test:size": "bundlesize",
|
||||
"test:all": "npm run build:webui && npm run test && npm run test:functional && npm run test:e2e && npm run test:size",
|
||||
"pre:ci": "npm run lint && npm run build:webui",
|
||||
"commitmsg": "commitlint -e $GIT_PARAMS",
|
||||
"coverage:publish": "codecov",
|
||||
"lint": "npm run flow && eslint . && npm run lint:css",
|
||||
"lint:css": "stylelint 'src/**/*.scss' --syntax scss",
|
||||
|
@ -198,7 +197,7 @@
|
|||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "lint-staged"
|
||||
"pre-commit": "lint-staged && commitlint -e $GIT_PARAMS"
|
||||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
|
|
BIN
yarn.lock
BIN
yarn.lock
Binary file not shown.
Loading…
Reference in a new issue