diff --git a/.changeset/metal-pots-notice.md b/.changeset/metal-pots-notice.md index a7390dae7a..37e977d7bc 100644 --- a/.changeset/metal-pots-notice.md +++ b/.changeset/metal-pots-notice.md @@ -2,6 +2,6 @@ "@latticexyz/cli": minor --- -Added a `--alwaysPostDeploy` flag to deploys (`deploy`, `test`, `dev-contracts` commands) to always run `PostDeploy.s.sol` script after each deploy. By default, `PostDeploy.s.sol` is only run once after a new world is deployed. +Added a `--alwaysRunPostDeploy` flag to deploys (`deploy`, `test`, `dev-contracts` commands) to always run `PostDeploy.s.sol` script after each deploy. By default, `PostDeploy.s.sol` is only run once after a new world is deployed. This is helpful if you want to continue a deploy that may not have finished (due to an error or otherwise) or to run deploys with an idempotent `PostDeploy.s.sol` script.