Skip to content

Commit

Permalink
feat: remove pre-commit (codeigniter4#8406)
Browse files Browse the repository at this point in the history
* remove pre-commit

* re-add pre-commit and setup.sh
  • Loading branch information
michalsn authored Jan 9, 2024
1 parent c0d134a commit d64fdb5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@
},
"scripts": {
"post-update-cmd": [
"CodeIgniter\\ComposerScripts::postUpdate",
"bash -c \"if [ -f admin/setup.sh ]; then bash admin/setup.sh; fi\""
"CodeIgniter\\ComposerScripts::postUpdate"
],
"analyze": [
"Composer\\Config::disableProcessTimeout",
Expand Down

0 comments on commit d64fdb5

Please sign in to comment.