mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-20 01:18:52 +00:00
Prior to this commit `$ embark build --contracts` spinned up a blockchain node which is not necessary as `--contracts` can be seen as a "compile only" option. This commit ensures we don't start any web3 services with `--contracts` is used.