dfinity / motoko-dev-server

A live reload development server for Motoko smart contracts.
Apache License 2.0
21 stars 1 forks source link

Sequentially run `dfx generate` and `dfx deploy` commands #14

Closed rvanasa closed 1 year ago

rvanasa commented 1 year ago

Ensures that dfx processes wait for completion of the previous command to minimize the chance of encountering various concurrency bugs (especially in dfx deploy).