mirror of https://github.com/embarklabs/embark.git
remove useless config
This commit is contained in:
parent
a6a5bac053
commit
cbe456bf1e
|
@ -91,12 +91,10 @@ class Test {
|
||||||
});
|
});
|
||||||
|
|
||||||
this.versions_default = this.engine.config.contractsConfig.versions;
|
this.versions_default = this.engine.config.contractsConfig.versions;
|
||||||
const deploymentConfig = this.engine.config.contractsConfig.versions;
|
|
||||||
// Reset contract config to nothing to make sure we deploy only what we want
|
// Reset contract config to nothing to make sure we deploy only what we want
|
||||||
this.engine.config.contractsConfig = {
|
this.engine.config.contractsConfig = {
|
||||||
contracts: {},
|
contracts: {},
|
||||||
versions: this.versions_default,
|
versions: this.versions_default
|
||||||
deployment: deploymentConfig
|
|
||||||
};
|
};
|
||||||
|
|
||||||
this.engine.startService("libraryManager");
|
this.engine.startService("libraryManager");
|
||||||
|
|
Loading…
Reference in New Issue