Skip to content

Commit

Permalink
fix(web): file-server should accept buildTarget without projectName
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder committed Nov 15, 2023
1 parent 6beb85e commit caf4639
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/web/src/executors/file-server/file-server.impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ function createFileWatcher(

export function normalizeOptions(options: Schema, context: ExecutorContext) {
const result = { ...options };

// Normalizes build target to be project:target:configuration,
// while keeping support for just `target` or `target:configuration`
if (result.buildTarget) {
Expand Down

0 comments on commit caf4639

Please sign in to comment.