Skip to content

Commit 67ef515

Browse files
committed
remove flag for npm package
1 parent 811f645 commit 67ef515

File tree

1 file changed

+0
-3
lines changed
  • packages/docs-md/src/cli

1 file changed

+0
-3
lines changed

packages/docs-md/src/cli/cli.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,6 @@ async function getSettings(): Promise<Settings> {
121121
if (args["--spec"]) {
122122
configFileImport.spec = args["--spec"];
123123
}
124-
if (args["--npm-package-name"]) {
125-
configFileImport.npmPackageName = args["--npm-package-name"];
126-
}
127124
if (args["--page-out-dir"]) {
128125
(configFileImport.output as Record<string, unknown>).pageOutDir =
129126
args["--page-out-dir"];

0 commit comments

Comments
 (0)