Skip to content

Commit 0c9b917

Browse files
committed
fix(@embark/cmd_controller): don't try to load pipeline module group 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.
1 parent 897aa3f commit 0c9b917

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/embark/src/cmd/cmd_controller.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,6 @@ class EmbarkController {
303303

304304
if (!options.onlyCompile) {
305305
engine.registerModulePackage('embark-ganache');
306-
engine.registerModuleGroup("pipeline");
307306
engine.registerModuleGroup("namesystem");
308307
engine.registerModulePackage('embark-deploy-tracker', { plugins: engine.plugins });
309308
}

0 commit comments

Comments
 (0)