Skip to content

Do not publish node_modules #15

@moltar

Description

@moltar

It appears that your node_modules directory is also published in the release tarball.

https://github.com/cuperman/cdk-appconfig/releases/download/v1.0.0/cdk-appconfig@1.0.0.jsii.tgz

## --- a list of all entries in the `package` dir.
$> ls
README.md      dist           jest.config.js node_modules   package.json   test           tsconfig.json

## --- total size
$> du -hs .
121M	.
121M	total

## --- remove node_modules
$> rm -rf node_modules

## --- new total size
$> du -hs .
1.4M	.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions