Skip to content

Commit

Permalink
Add husky hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
tdraier committed Aug 20, 2024
1 parent 883a5a9 commit bd0bf49
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .husky/post-merge
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh

echo "Running post-merge hook"
./front/admin/copy_apps.sh

exit 0
6 changes: 6 additions & 0 deletions .husky/pre-rebase
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

echo "Running pre-rebase hook"
./front/admin/copy_apps.sh

exit 0

0 comments on commit bd0bf49

Please sign in to comment.