Skip to content

Commit

Permalink
minor: cleanup comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesHoppe committed Dec 13, 2020
1 parent 423b7d2 commit 9b214e0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/deploy/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ export default async function deploy(
throw new Error('Cannot execute the build target');
}

// baseHref (from @angular-devkit/build-angular:browser)
// can be overriden here directly from the deployment builder options,
// since this feature is the most important switch when deploying the github
const overrides = {
...(options.baseHref && { baseHref: options.baseHref })
};
Expand Down

0 comments on commit 9b214e0

Please sign in to comment.