Skip to content

Commit

Permalink
Merge pull request #112 from badsyntax/feature/configure
Browse files Browse the repository at this point in the history
Fix project & startupProject
  • Loading branch information
badsyntax authored Sep 21, 2024
2 parents 87b3891 + 1e19c1a commit 37a9ccb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/cli/CLI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,11 @@ export class CLI {

const paramsWithDefaults = {
...paramsWithStartupProject,
project,
startupProject,
...(project &&
startupProject && {
project,
startupProject,
}),
};

const interpolatedArgs = this.getInterpolatedArgs(
Expand Down

0 comments on commit 37a9ccb

Please sign in to comment.