Skip to content

Commit

Permalink
[dev] make git hooks executable in task command
Browse files Browse the repository at this point in the history
  • Loading branch information
ToshY committed Nov 17, 2024
1 parent da2c409 commit 96f6b12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ tasks:
# Symlink hooks
for hook in $(ls "$APP_HOOKS_DIR"); do
chmod +x "$APP_HOOKS_DIR/$hook"
ln -sf "$APP_HOOKS_DIR/$hook" "$GIT_HOOKS_DIR/$hook"
done
Expand Down

0 comments on commit 96f6b12

Please sign in to comment.