Skip to content

Commit

Permalink
feat(core): include PR review notes
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed Apr 6, 2023
1 parent ca4bf9f commit 96e6626
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/nx/src/command-line/generate.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import * as chalk from 'chalk';
import { prompt } from 'enquirer';
import { readJsonFile } from '../utils/fileutils';

import { readNxJson } from '../config/configuration';
import { ProjectsConfigurations } from '../config/workspace-json-project-json';
Expand Down Expand Up @@ -234,10 +233,6 @@ async function convertToGenerateOptions(
generatorName = 'new';
}

if (!collectionName) {
throwInvalidInvocation(['@nrwl/js:library']);
}

const res = {
collectionName,
generatorName,
Expand Down

0 comments on commit 96e6626

Please sign in to comment.