We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5198b3d commit 4c4e408Copy full SHA for 4c4e408
packages/angular/cli/models/architect-command.ts
@@ -267,10 +267,10 @@ export abstract class ArchitectCommand extends Command<ArchitectCommandOptions>
267
}
268
269
if (!project) {
270
- throw new Error('No project specified');
+ project = '';
271
272
if (!target) {
273
- throw new Error('No project target specified');
+ target = '';
274
275
276
return {
0 commit comments