We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bc9466 commit 1cbf2dfCopy full SHA for 1cbf2df
1 file changed
packages/devextreme-cli/src/applications/application.angular.js
@@ -220,13 +220,9 @@ const migrateConfigComponents = async(options = {}) => {
220
commandArguments.push('-p', '@angular-devkit/schematics-cli');
221
}
222
223
- if(!collectionPath) {
224
- commandArguments.push('-p', `${collectionName}@${schematicsVersion}`);
225
- }
+ commandArguments.push('-p', `${collectionName}@${schematicsVersion}`);
226
227
- const collectionSpecifier = collectionPath
228
- ? `${collectionPath.replace(/\\/g, '/')}:migrate-config-components`
229
- : `${collectionName}:migrate-config-components`;
+ const collectionSpecifier = `${collectionName}:migrate-config-components`;
230
231
commandArguments.push('schematics', collectionSpecifier);
232
0 commit comments