You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes redeploying requires restarting the chain; for example, if you're trying to put something in the vbank, you irreversibly use up names when you do so. How to manage expectations around that?
Many tools have a
--watch
mode that somehow notices every time you change a relevant file.Use the same technique, and re-deploy on each change.
p.s. this is a substantial project. before we get into this, there's some low hanging fruit:
yarn test --watch
for troubleshooting documentation#1189The text was updated successfully, but these errors were encountered: