test
This commit is contained in:
parent
f215a8ddb9
commit
edd3cb48e1
3 changed files with 939 additions and 1 deletions
|
@ -1 +1 @@
|
|||
npx --no -- commitlint --edit $1
|
||||
npx --no -- commitlint --edit $1 && exec < /dev/tty && npx cz --hook || true
|
||||
|
|
932
package-lock.json
generated
932
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -33,6 +33,7 @@
|
|||
"@testing-library/react": "^16.0.0",
|
||||
"@types/jest": "^29.5.12",
|
||||
"babel-jest": "^29.7.0",
|
||||
"cz-conventional-changelog": "^3.3.0",
|
||||
"eslint": "^9.9.0",
|
||||
"front-matter": "^4.0.2",
|
||||
"frontmatter-markdown-loader": "^3.7.0",
|
||||
|
@ -44,5 +45,10 @@
|
|||
"react-test-renderer": "^18.3.1",
|
||||
"showdown": "^2.1.0",
|
||||
"standard": "^17.1.0"
|
||||
},
|
||||
"config": {
|
||||
"commitizen": {
|
||||
"path": "./node_modules/cz-conventional-changelog"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue