Skip to content

Commit

Permalink
fix(@embark/cmd_controller): don't try to load pipeline module group …
Browse files Browse the repository at this point in the history
…in build cmd

We've made the `basic-pipeline` optional in 948956a but are still
trying to load the pipeline module group in inside the `build` cmd.
This breaks at runtime as no such module group exists anymore.
  • Loading branch information
0x-r4bbit committed Mar 23, 2020
1 parent 897aa3f commit 0c9b917
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/embark/src/cmd/cmd_controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ class EmbarkController {

if (!options.onlyCompile) {
engine.registerModulePackage('embark-ganache');
engine.registerModuleGroup("pipeline");
engine.registerModuleGroup("namesystem");
engine.registerModulePackage('embark-deploy-tracker', { plugins: engine.plugins });
}
Expand Down

0 comments on commit 0c9b917

Please sign in to comment.