Skip to content

Commit

Permalink
chore: Update commands to generate changelogs, get rid of docker.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jun 25, 2022
1 parent 171c65b commit 5887473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"sort-packages": true
},
"scripts": {
"changelog-unreleased": "docker-compose run auto_changelog -c .auto-changelog -u",
"changelog-version": "docker-compose run auto_changelog -c .auto-changelog -v",
"changelog-unreleased": "nix run github:loophp/nix-auto-changelog -- -c .auto-changelog -u",
"changelog-version": "nix run github:loophp/nix-auto-changelog -- -c .auto-changelog -v",
"grumphp": "./vendor/bin/grumphp run",
"infection": "vendor/bin/infection run -j 2"
}
Expand Down

0 comments on commit 5887473

Please sign in to comment.