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

Make execution of pack.sh much faster #161

Merged
merged 1 commit into from
Jun 21, 2018
Merged

Commits on Jun 21, 2018

  1. Make execution of pack.sh much faster

    Since the `pack.sh` script is supposed to be run after `build.sh` was
    executed, the `prepare` script of all packages was already performed,
    and  it is possible to only run the `prepublish` script, then execute
    `npm pack --ignore-scripts` in parallel.
    
    This removes the double-compilation of all packages (including
    slow-to-build packages such as `aws-cdk-docs` or `@aws-cdk/resources`,
    that involve expensive code generation).
    RomainMuller committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    b101d1c View commit details
    Browse the repository at this point in the history