Skip to content

Commit f5a2d91

Browse files
committed
build: Remove obsolete parameter 'devExcludeProject'
1 parent df69e7a commit f5a2d91

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/cli/commands/build.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ async function handleBuild(argv) {
171171
archive: command === "archive",
172172
selfContained: command === "self-contained",
173173
jsdoc: command === "jsdoc",
174-
devExcludeProject: argv["dev-exclude-project"],
175174
includedTasks: argv["include-task"],
176175
excludedTasks: argv["exclude-task"],
177176
cssVariables: argv["experimental-css-variables"]

0 commit comments

Comments
 (0)