Skip to content

Commit

Permalink
build: Remove obsolete parameter 'devExcludeProject'
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomByte committed May 18, 2022
1 parent df69e7a commit f5a2d91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/cli/commands/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ async function handleBuild(argv) {
archive: command === "archive",
selfContained: command === "self-contained",
jsdoc: command === "jsdoc",
devExcludeProject: argv["dev-exclude-project"],
includedTasks: argv["include-task"],
excludedTasks: argv["exclude-task"],
cssVariables: argv["experimental-css-variables"]
Expand Down

0 comments on commit f5a2d91

Please sign in to comment.