Skip to content

Commit ff00cf7

Browse files
committed
build(release-it): 💚 remove snapshot update in test
1 parent 60e3361 commit ff00cf7

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
@@ -2,7 +2,7 @@
22
"hooks": {
33
"before:init": [
44
"if [ \"$(git log $(git describe --tags --abbrev=0)..HEAD)\" = \"\" ]; then exit 1; fi;",
5-
"yarn test --updateSnapshot",
5+
"yarn test",
66
"yarn build"
77
]
88
},

0 commit comments

Comments
 (0)