File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ version-tag-prefix ""
2
+ version-git-message "%s"
3
+ version-git-sign true
Original file line number Diff line number Diff line change 13
13
},
14
14
"scripts" : {
15
15
"build" : " styleguidist build" ,
16
- "lint.css. fix" : " stylelint \" components/*.css\" --fix" ,
17
- "lint. css" : " stylelint \" components/*.css\" " ,
18
- "lint. js" : " eslint ." ,
16
+ "lint: fix" : " stylelint \" components/*.css\" --fix" ,
17
+ "lint: css" : " stylelint \" components/*.css\" " ,
18
+ "lint: js" : " eslint ." ,
19
19
"lint" : " yarn lint.js && yarn lint.css" ,
20
+ "release:breaking" : " git checkout master && git pull && yarn version --new-version major && git push --follow-tags" ,
21
+ "release:feature" : " git checkout master && git pull && yarn version --new-version minor && git push --follow-tags" ,
22
+ "release:fix" : " git checkout master && git pull && yarn version --new-version patch && git push --follow-tags" ,
20
23
"test" : " yarn lint" ,
21
24
"watch" : " styleguidist server"
22
25
},
You can’t perform that action at this time.
0 commit comments