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

fix(certificatemanager): remove bundled lambda devdependencies #2186

Merged
merged 1 commit into from
Apr 5, 2019

Commits on Apr 5, 2019

  1. fix(certificatemanager): remove bundled lambda devdependencies

    Dev dependencies for the bundled Lambda were accidentally being
    published to NPM because the `node_modules` directory is bootstrapped by
    Lerna but not `.npmignore`d.
    
    Add ignore line and pkglint rule to prevent this from happening again.
    rix0rrr committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    7d9e29b View commit details
    Browse the repository at this point in the history