From 13cdb4f16c43e633f31c09b214577d268c4243b2 Mon Sep 17 00:00:00 2001 From: Kevin Ingersoll Date: Fri, 13 Oct 2023 04:04:52 -0700 Subject: [PATCH] Update metal-pots-notice.md --- .changeset/metal-pots-notice.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.