You can actually provide the network name as argument, for example
npm run deploy local can be used instead of npm run deploy:local.
Currently we have so many different commands each one to run on a different network which can get convoluted as number of scripts grows.
You can actually provide the network name as argument, for example
npm run deploy local
can be used instead ofnpm run deploy:local
. Currently we have so many different commands each one to run on a different network which can get convoluted as number of scripts grows.