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
A --watch flag should be provided to allow a user to automate rebuilds and testing without having to manually trigger actions each time. Should consider issue #73 prior to this for optimization.
Hash files and keep a reference to determine if the contract has changed since the last build.
Add watcher to observe the configured directories for changes.
Hash changed file and compare against stored hash to determine if change has truly occurred.
Trigger the previous command build or test on the changed files.
The text was updated successfully, but these errors were encountered:
A
--watch
flag should be provided to allow a user to automate rebuilds and testing without having to manually trigger actions each time. Should consider issue #73 prior to this for optimization.build
ortest
on the changed files.The text was updated successfully, but these errors were encountered: