Skip to content

Commit a7297fc

Browse files
committed
fix schematic run
1 parent 97ec99c commit a7297fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devextreme-cli/src/applications/application.angular.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ async function runSchematicCommand(schematicCommand, options, evaluatingOptions)
2121
let isLocalCollection = false;
2222

2323
if(options['c']) {
24-
collectionPath = `${path.join(process.cwd(), options['c'])}`;
24+
collectionPath = path.resolve(options['c']);
2525
isLocalCollection = true;
2626
delete options['c'];
2727
}

0 commit comments

Comments
 (0)