Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Allow to pass --configuration and other parameters when building #33

Open
pontusr opened this issue May 15, 2019 · 0 comments
Open

Allow to pass --configuration and other parameters when building #33

pontusr opened this issue May 15, 2019 · 0 comments

Comments

@pontusr
Copy link
Contributor

pontusr commented May 15, 2019

Description

We need to be able to add parameters such as --configuration to the build so that we can do for example: ng build electron --configuration=production

Expected Behavior

ng cli parameters should work as expected

Actual Behavior

--configuration parameter is ignored - all others cause error when building.

Steps to Reproduce

  1. npm install -g @angular/cli
  2. ng new my-dream-app
  3. cd my-dream-app
  4. ng add @electron-schematics/schematics
  5. ng build electron --configuration=production
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant