Skip to content

Commit

Permalink
gi
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDev committed Oct 16, 2022
1 parent 9ae5ded commit 1ccd218
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
4 changes: 0 additions & 4 deletions .git-hooks/pre-commit
@@ -1,4 +0,0 @@
#!/bin/sh

composer format
git add .
10 changes: 0 additions & 10 deletions .git-hooks/pre-push
@@ -1,10 +0,0 @@
#!/bin/sh

GIT_COMMAND=$(ps -o args= $PPID)

if [ "$GIT_COMMAND" = 'git push --tags' ]
then
composer docs
git add .
git commit -m '[Docs] Update pushword.piedweb.com' || true
fi

0 comments on commit 1ccd218

Please sign in to comment.