Skip to content

Commit

Permalink
Update order of build commands
Browse files Browse the repository at this point in the history
  • Loading branch information
defunctl committed May 20, 2020
1 parent 110c0c7 commit fbcde44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ Run `so config:copy-compose` to save the latest `docker-compose.yml` to `~/.con

1. Update the version in the [VERSION](./VERSION) file.
1. Run `composer run-script phar:install-tools`
1. Run `composer run-script autocomplete:build`
1. Run `composer dump-autoload -o --no-dev`
1. Run `composer run-script phar:build`
1. Run `composer run-script autocomplete:build`
1. Create a new release/tag on GitHub and attach the generated `so.phar` in the root directory in the binaries box.
1. Once the release is created you may want to bump the VERSION via semver with the `-dev` suffix.

Expand Down

0 comments on commit fbcde44

Please sign in to comment.