Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
colenso committed Sep 3, 2019
1 parent 4d8304a commit cd8c6bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/models/builder.js
Expand Up @@ -216,6 +216,8 @@ class Builder extends CoreObject {
this.ui.spinner.text = progress.format(progress());
}, this.ui.spinner.interval);

this.project.configCache.clear();

return this.processAddonBuildSteps('preBuild')
.then(() => this.builder.build(this.broccoliBuilderFallback ? addWatchDirCallback : null))
.then(this.compatNode.bind(this), this.compatBroccoliPayload.bind(this))
Expand Down

0 comments on commit cd8c6bc

Please sign in to comment.