File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 12
12
"start:cookie" : " sh ./scripts/initCookie.sh" ,
13
13
"lint" : " eslint . --ext ts --ext tsx --ext js" ,
14
14
"format" : " prettier --write \" **/*.{js,ts,tsx}\" " ,
15
- "release" : " standard-version --sign" ,
16
- "release:push" : " standard-version --sign && git push --follow-tags origin master" ,
17
- "release:test" : " standard-version --sign --dry-run" ,
18
- "release:minor" : " standard-version --sign --release-as minor && git push --follow-tags origin master" ,
15
+ "release" : " standard-version" ,
16
+ "release:test" : " standard-version --dry-run" ,
17
+ "release:minor" : " standard-version --release-as minor" ,
19
18
"analyze" : " npx cross-env ANALYZE=true next build" ,
20
19
"generate" : " graphql-codegen --config codegen.yml" ,
21
20
"test" : " jest" ,
151
150
" jest --bail --findRelatedTests" ,
152
151
" eslint --fix"
153
152
]
153
+ },
154
+ "standard-version" : {
155
+ "skip" : {
156
+ "commit" : true ,
157
+ "tag" : true
158
+ }
154
159
}
155
160
}
You can’t perform that action at this time.
0 commit comments