Skip to content

Commit

Permalink
build(release-it): 💚 remove snapshot update in test
Browse files Browse the repository at this point in the history
  • Loading branch information
navin-moorthy committed Aug 13, 2021
1 parent 949fcc9 commit a6e2477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"hooks": {
"before:init": [
"if [ \"$(git log $(git describe --tags --abbrev=0)..HEAD)\" = \"\" ]; then exit 1; fi;",
"yarn test --updateSnapshot",
"yarn test",
"yarn build"
]
},
Expand Down

1 comment on commit a6e2477

@vercel
Copy link

@vercel vercel bot commented on a6e2477 Aug 13, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.