Merge branch 'feature/tenant' into 'master'
分享接口新增租户信息 See merge request !10
Showing
.env.preproduction
0 → 100644
.env.production
0 → 100644
commitlint.config.js
0 → 100644
| ... | ... | @@ -6,6 +6,7 @@ |
| "serve": "vue-cli-service serve --open", | ||
| "report": "vue-cli-service build --report", | ||
| "build": "vue-cli-service build", | ||
| "build:pre": "vue-cli-service build --mode preproduction", | ||
| "lint": "vue-cli-service lint" | ||
| }, | ||
| "dependencies": { | ||
| ... | ... | @@ -18,6 +19,8 @@ |
| "@qg/ui-track-web": "0.0.3", | ||
| "core-js": "^3.6.5", | ||
| "crypto-js": "^3.1.9-1", | ||
| "@commitlint/cli": "^13.2.1", | ||
| "@commitlint/config-angular": "^13.2.0", | ||
| "intersection-observer": "^0.12.0", | ||
| "js-cookie": "^2.2.1", | ||
| "qiniu-js": "^3.3.1", | ||
| ... | ... | @@ -52,7 +55,7 @@ |
| "postcss-px2rem": "^0.3.0", | ||
| "prettier": "^1.19.1", | ||
| "svg-sprite-loader": "^5.2.1", | ||
| "vue-template-compiler": "^2.6.11", | ||
| "vue-template-compiler": "2.6.11", | ||
| "webpack-sentry-plugin": "^2.0.3" | ||
| }, | ||
| "lint-staged": { | ||
| ... | ... | @@ -63,7 +66,8 @@ |
| }, | ||
| "husky": { | ||
| "hooks": { | ||
| "pre-commit": "lint-staged" | ||
| "pre-commit": "lint-staged", | ||
| "commit-msg": "commitlint -e $HUSKY_GIT_PARAMS" | ||
| } | ||
| } | ||
| } |
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment