We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea5405a commit 53cd497Copy full SHA for 53cd497
src/cli/facade/dev.ts
@@ -140,7 +140,7 @@ const dev =
140
logger.warn(cliMessages.SCANNING_COMPONENTS, true);
141
local.getComponentsByDir(
142
componentsDir,
143
- opts.components,
+ opts.components as any,
144
(err, components) => {
145
if (_.isEmpty(components)) {
146
err = cliErrors.DEV_FAIL(cliErrors.COMPONENTS_NOT_FOUND) as any;
0 commit comments