refactor(Components): Remove check that was put into components logic

This commit is contained in:
Mariusz Nowak 2020-04-08 22:13:11 +12:00 committed by Mariusz Nowak
parent 7ac29d2c20
commit 6eda4aa4ff

View File

@ -31,7 +31,7 @@ if (userNodeVersion >= 8) {
return;
}
if (componentsV2.runningComponents() || process.argv[2] === 'registry') {
if (componentsV2.runningComponents()) {
componentsV2.runComponents();
return;
}