Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI: Generate docs:json command dynamically for Angular project #11622

Merged
merged 2 commits into from
Jul 21, 2020

Commits on Jul 20, 2020

  1. fix(cli): generate docs:json NPM script dynamically according to ts…

    …config file
    
    Angular CLI 10 introduced a `tsconfig.base.json` file that we have to use to generate doc with compodoc.
    So if `tsconfig.base.json` exist then use it, otherwise assume there is a `tsconfig.json` file
    gaetanmaisse committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    4a0c9a9 View commit details
    Browse the repository at this point in the history
  2. fix(e2e): update test of viewport to match latest example stories

    Example stories used in CLI have been updated recently however the E2E tests were not changed accordingly.
    gaetanmaisse committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    6d79ed2 View commit details
    Browse the repository at this point in the history