Skip to content

Commit 0df6b69

Browse files
committed
chore: simplify after:bump hook in release-it configuration
1 parent e089ed2 commit 0df6b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.release-it.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"publish": false
1111
},
1212
"hooks": {
13-
"after:bump": "yarn run build && yarn run scope && yarn run cs-fix && git add -A"
13+
"after:bump": "yarn run build && git add -A"
1414
},
1515
"plugins": {
1616
"@release-it/bumper": {

0 commit comments

Comments
 (0)