Cache
Cache allows you to re-execute the script without re-deploying the contract from the beginning if an error occurs. The cache is stored in the cache/infinit.cache.json
.
The cache is indexed by the script file name so it's recommended to use a unique name for each script file to avoid conflicts.
You can also delete the cache file manually if you want to re-deploy the contract from the beginning.