Skip to content

Commit 53cd497

Browse files
uncheck components
1 parent ea5405a commit 53cd497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/facade/dev.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ const dev =
140140
logger.warn(cliMessages.SCANNING_COMPONENTS, true);
141141
local.getComponentsByDir(
142142
componentsDir,
143-
opts.components,
143+
opts.components as any,
144144
(err, components) => {
145145
if (_.isEmpty(components)) {
146146
err = cliErrors.DEV_FAIL(cliErrors.COMPONENTS_NOT_FOUND) as any;

0 commit comments

Comments
 (0)