File tree 2 files changed +943
-34
lines changed
2 files changed +943
-34
lines changed Original file line number Diff line number Diff line change 11
11
"scripts" : {
12
12
"start" : " tsdx watch" ,
13
13
"build" : " tsdx build" ,
14
- "test" : " tsdx test"
14
+ "test" : " tsdx test" ,
15
+ "commit" : " git-cz" ,
16
+ "version" : " auto-changelog -p --template keepachangelog && git add CHANGELOG.md" ,
17
+ "prepublishOnly" : " git push && git push --tags && gh-release"
18
+ },
19
+ "husky" : {
20
+ "hooks" : {
21
+ "prepare-commit-msg" : " exec < /dev/tty && git cz --hook"
22
+ }
15
23
},
16
24
"devDependencies" : {
17
25
"@types/jest" : " ^24.0.11" ,
18
26
"@types/react" : " ^16.8.14" ,
19
27
"@types/react-dom" : " ^16.8.4" ,
28
+ "auto-changelog" : " ^1.13.0" ,
29
+ "commitizen" : " ^3.1.1" ,
30
+ "cz-conventional-changelog" : " 2.1.0" ,
31
+ "gh-release" : " ^3.5.0" ,
32
+ "husky" : " ^1.3.1" ,
20
33
"tsdx" : " ^0.3.4" ,
21
34
"typescript" : " ^3.4.4"
22
35
},
28
41
"@reach/dialog" : " ^0.2.3" ,
29
42
"@reach/visually-hidden" : " ^0.1.3" ,
30
43
"react-netlify-identity" : " ^0.0.7"
44
+ },
45
+ "config" : {
46
+ "commitizen" : {
47
+ "path" : " ./node_modules/cz-conventional-changelog"
48
+ }
31
49
}
32
50
}
You can’t perform that action at this time.
0 commit comments