ci(deps): update deps

This commit is contained in:
落小梅 2021-10-21 22:47:48 +08:00
parent a3619c0b42
commit 67a05b15c8

View File

@ -20,7 +20,8 @@
"build:docs": "vite build docs", "build:docs": "vite build docs",
"test": "jest", "test": "jest",
"lint": "eslint . --fix --ext .ts,.vue,.js --ignore-pattern \"/lib/\" --ignore-pattern \"/types/\"", "lint": "eslint . --fix --ext .ts,.vue,.js --ignore-pattern \"/lib/\" --ignore-pattern \"/types/\"",
"prettier": "prettier --check --write --ignore-unknown \"{example,src,docs,test}/**\"" "prettier": "prettier --check --write --ignore-unknown \"{example,src,docs,test}/**\"",
"prepare": "husky install"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
@ -95,7 +96,7 @@
"husky": { "husky": {
"hooks": { "hooks": {
"pre-commit": "lintstage", "pre-commit": "lintstage",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS", "commit-msg": "commitlint -E $HUSKY_GIT_PARAMS",
"prepare-commit-msg": "exec < /dev/tty && git cz --hook || true" "prepare-commit-msg": "exec < /dev/tty && git cz --hook || true"
} }
} }