Skip to content

Commit

Permalink
chore: add tidy to release command
Browse files Browse the repository at this point in the history
  • Loading branch information
lodev09 committed Mar 31, 2024
1 parent b52a54e commit b21dad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"tidy": "yarn typecheck && yarn lint && yarn format && scripts/swiftlint.sh && scripts/ktlint.sh",
"clean": "del-cli android/build lib && yarn workspace true-sheet-example clean",
"prepare": "bob build",
"release": "release-it"
"release": "yarn tidy && release-it"
},
"keywords": [
"react-native",
Expand Down

0 comments on commit b21dad7

Please sign in to comment.