mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-10 22:16:20 +00:00
Clean build dir before starting
This commit is contained in:
parent
323ec0d529
commit
0cb12e0591
@ -16,6 +16,8 @@ class Pipeline {
|
||||
this.webpackConfigName = options.webpackConfigName;
|
||||
this.pipelinePlugins = this.plugins.getPluginsFor('pipeline');
|
||||
this.isFirstBuild = true;
|
||||
|
||||
fs.removeSync(this.buildDir);
|
||||
}
|
||||
|
||||
build(abi, contractsJSON, path, callback) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user