Skip to content

Commit

Permalink
chore: add run build before push
Browse files Browse the repository at this point in the history
  • Loading branch information
pedropapa committed Sep 29, 2024
1 parent 4a34dd9 commit 3790844
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
#!/usr/bin/env sh
yarn changelog
#!/usr/bin/env sh
3 changes: 2 additions & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/usr/bin/env sh
yarn changelog
yarn build
yarn changelog
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ All notable changes to this project will be documented in this file.
- Moving tests to source folder
- Address code dupes
- Reintroduce git-cliff dev dependency
- Install husky dependency
- Add pre-push commit to run changelog

## [1.0.1] - 2024-09-21

Expand Down

0 comments on commit 3790844

Please sign in to comment.