Skip to content

Commit

Permalink
fix: 🐛 improves fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgrv committed Jan 9, 2025
1 parent 71b194c commit fec1c55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/githooks/_pre-commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if git diff ${@:---cached --name-only} | grep -q "composer.json"; then

# ensure that the composer.json is valid and composer.lock is up-to-date
npx --yes chalk-cli --no-stdin -t "{blue →} Ensure that the composer.json is valid and composer.lock is up-to-date..."
composer update --lock --ignore-platform-reqs --no-scripts --no-interaction --no-progress --no-autoloader --no-publish
composer update --lock --ignore-platform-reqs --no-scripts --no-interaction --no-progress --no-autoloader

# commit the updated composer.lock
git add composer.lock
Expand Down
2 changes: 1 addition & 1 deletion src/githooks/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Git Hooks",
"version": "3.2.1",
"version": "3.2.2",
"description": "A feature to add useful Git hooks to your project",
"customizations": {
"vscode": {
Expand Down

0 comments on commit fec1c55

Please sign in to comment.