mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 17:21:04 +00:00
chore(git): remove pre-commit hooks
- this slows committing down - it also attaches files to commits where they should not be included which makes history and changed files harder to navigate
This commit is contained in:
@@ -109,11 +109,6 @@
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"post-install-cmd": [
|
||||
"cp -r 'hooks/' '.git/hooks/'",
|
||||
"php -r \"copy('hooks/pre-commit', '.git/hooks/pre-commit');\"",
|
||||
"php -r \"chmod('.git/hooks/pre-commit', 0777);\""
|
||||
],
|
||||
"post-update-cmd": [
|
||||
"@php artisan vendor:publish --tag=laravel-assets --ansi --force",
|
||||
"Illuminate\\Foundation\\ComposerScripts::postUpdate"
|
||||
|
||||
Reference in New Issue
Block a user