Skip to content

Commit

Permalink
roll back the change of building UI during bit new (#4782)
Browse files Browse the repository at this point in the history
it slows down `bit new` dramatically
  • Loading branch information
davidfirst authored Aug 20, 2021
1 parent edcbcd5 commit 3503b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scopes/generator/generator/workspace-generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export class WorkspaceGenerator {
copyPeerToRuntimeOnComponents: false,
updateExisting: false,
});
await this.buildUI();
// await this.buildUI(); // disabled for now. it takes too long
} catch (err) {
await fs.remove(this.workspacePath);
throw err;
Expand Down

0 comments on commit 3503b59

Please sign in to comment.