Skip to content

Commit 5428161

Browse files
committed
📦 refactor(widget): print file log order
1 parent 212bde7 commit 5428161

File tree

1 file changed

+1
-1
lines changed
  • src/commands/generate/component/widget

1 file changed

+1
-1
lines changed

src/commands/generate/component/widget/widget.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ const COMMAND: GluegunCommand = {
4949
});
5050

5151
printCreated(print, `${componentPath}.component.html`);
52-
printCreated(print, `${componentPath}.component.ts`);
5352
printCreated(print, `${componentPath}.component.scss`);
53+
printCreated(print, `${componentPath}.component.ts`);
5454
printCreated(print, `${componentPath}.widget.module.ts`);
5555
}
5656
};

0 commit comments

Comments
 (0)