Skip to content

Commit d64fdb5

Browse files
authored
feat: remove pre-commit (#8406)
* remove pre-commit * re-add pre-commit and setup.sh
1 parent c0d134a commit d64fdb5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@
9191
},
9292
"scripts": {
9393
"post-update-cmd": [
94-
"CodeIgniter\\ComposerScripts::postUpdate",
95-
"bash -c \"if [ -f admin/setup.sh ]; then bash admin/setup.sh; fi\""
94+
"CodeIgniter\\ComposerScripts::postUpdate"
9695
],
9796
"analyze": [
9897
"Composer\\Config::disableProcessTimeout",

0 commit comments

Comments
 (0)