Skip to content

Commit

Permalink
fix: fix php-cs-fixer init script
Browse files Browse the repository at this point in the history
  • Loading branch information
regnerisch committed May 20, 2022
1 parent 729a350 commit 7ba3764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"web": true
},
"hooks": {
"before:init": "docker run --rm -v $PWD:/app -w /app -u $(id -u):$(id -g) php:cli php tools/php-cs-fixer/vendor/bin/php-cs-fixer fix",
"before:init": "docker run --rm -v $PWD:/app -w /app -u $(id -u):$(id -g) php:cli php tools/php-cs-fixer/vendor/bin/php-cs-fixer fix --dry-run",
"after:bump": "docker run --rm -v $PWD:/app -u $(id -u):$(id -g) composer update --lock"
},
"npm": {
Expand Down

0 comments on commit 7ba3764

Please sign in to comment.