The following assumes the use of node@>=10
.
yarn install-all
yarn compile
yarn test
locally if you've changed some code (e.g. ganache)
yarn deploy-preparation-ganache
yarn update-init-code
yarn truffle-migrate-ganache
CI (e.g. ropsten)
yarn deploy-preparation-ropsten
yarn verify-init-code
yarn truffle-migrate-ropsten