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

feat(cdk-build-tools): Allow configuring jsii, jsii-pacmak and tsc #649

Merged
merged 1 commit into from
Sep 5, 2018

Commits on Aug 31, 2018

  1. feat(cdk-build-tools): Allow configuring jsii, jsii-pacmak and tsc

    Allows additional options to be used to customize the behavior of `cdk-build-tools` commands, making
    it significantly easier to test a new version of `jsii`, `jsii-pacmak` or `tsc` without having to make complex
    changes in the codebase or using `npm link`.
    
    Permits using environment variables to specify those options. The environment variables are using the
    `TRUMP_CASED` name of the command and option, separated with an `_` character. For example,
    one can use `CDK_BUILD_JSII` to configure a different `jsii` executable to the `cdk-build` command.
    
    The default behavior is unchanged from the current (not setting any of those will use the commands
    provided by the dependency closure of the package).
    RomainMuller committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    dabaf82 View commit details
    Browse the repository at this point in the history