diff --git a/a3p-integration/proposals/n:upgrade-next/prepare.sh b/a3p-integration/proposals/n:upgrade-next/prepare.sh index cbf6c4d8fc1..9cc75a341a5 100755 --- a/a3p-integration/proposals/n:upgrade-next/prepare.sh +++ b/a3p-integration/proposals/n:upgrade-next/prepare.sh @@ -7,3 +7,6 @@ set -uxeo pipefail # actions are executed in the previous chain software, and the effects are # persisted so they can be used in the steps after the upgrade is complete, # such as in the "use" or "test" steps, or further proposal layers. + +yarn +node ./addGov4 diff --git a/a3p-integration/proposals/n:upgrade-next/use.sh b/a3p-integration/proposals/n:upgrade-next/use.sh index f5897e5e5a3..2e5c54a8382 100644 --- a/a3p-integration/proposals/n:upgrade-next/use.sh +++ b/a3p-integration/proposals/n:upgrade-next/use.sh @@ -3,8 +3,6 @@ # Exit when any command fails set -uxeo pipefail -node ./addGov4 - # Econ Committee accept invitations for Committee and Charter ./acceptInvites.js