mirror of
https://github.com/smartxworks/sunmao-ui.git
synced 2024-11-21 03:15:49 +08:00
Merge pull request #433 from webzard-io/chore/gitadd
fix bug: fail to release pacakge because of commitlint
This commit is contained in:
commit
9d2af48058
@ -7,8 +7,8 @@
|
||||
"test:ci": "jest -c config/jest.ci.config.js",
|
||||
"lint": "eslint packages --ext .ts --ext .tsx",
|
||||
"fix-lint": "eslint --fix packages --ext .ts --ext .tsx",
|
||||
"release": "lerna publish",
|
||||
"release:canary": "branch=$(git rev-parse --abbrev-ref HEAD); lerna publish --canary --preid $branch",
|
||||
"release": "lerna publish -m 'chore(*): publish'",
|
||||
"release:canary": "branch=$(git rev-parse --abbrev-ref HEAD); lerna publish --canary --preid $branch -m 'chore(*): publish'",
|
||||
"commit": "git cz",
|
||||
"prepare": "husky install"
|
||||
},
|
||||
@ -43,8 +43,7 @@
|
||||
"lint-staged": {
|
||||
"*.{ts,tsx,html}": [
|
||||
"prettier --write",
|
||||
"eslint --fix",
|
||||
"git add"
|
||||
"eslint --fix"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -69,8 +69,7 @@
|
||||
"lint-staged": {
|
||||
"*.{ts,tsx,html}": [
|
||||
"prettier --write",
|
||||
"eslint --fix",
|
||||
"git add"
|
||||
"eslint --fix"
|
||||
]
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
@ -55,8 +55,7 @@
|
||||
"lint-staged": {
|
||||
"*.{ts,tsx,html}": [
|
||||
"prettier --write",
|
||||
"eslint --fix",
|
||||
"git add"
|
||||
"eslint --fix"
|
||||
]
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
@ -88,8 +88,7 @@
|
||||
"lint-staged": {
|
||||
"*.{ts,tsx,html}": [
|
||||
"prettier --write",
|
||||
"eslint --fix",
|
||||
"git add"
|
||||
"eslint --fix"
|
||||
]
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
@ -41,8 +41,7 @@
|
||||
"lint-staged": {
|
||||
"*.{ts,tsx,html}": [
|
||||
"prettier --write",
|
||||
"eslint --fix",
|
||||
"git add"
|
||||
"eslint --fix"
|
||||
]
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user