Skip to content

Commit

Permalink
remove redundant script in composer
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Feb 2, 2024
1 parent 53cdd78 commit fb610bb
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,7 @@
"scripts": {
"analyse": "vendor/bin/phpstan",
"format": "vendor/bin/php-cs-fixer fix --allow-risky=yes",
"test": "vendor/bin/pest",
"post-install-cmd": [
"bash ./install.sh"
],
"post-update-cmd": [
"bash ./install.sh"
]
"test": "vendor/bin/pest"
},
"support": {
"issues": "https://github.com/cslant/telegram-git-notifier/issues"
Expand Down

0 comments on commit fb610bb

Please sign in to comment.