Skip to content

Commit

Permalink
chore: fix npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
tmokmss committed Sep 19, 2024
1 parent c7149fe commit a124d63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ const project = new awscdk.AwsCdkConstructLibrary({
dirs: [],
ignorePatterns: ['example/**/*', 'test/assets/**/*', 'test/*.snapshot/**/*', '*.d.ts'],
},
npmIgnoreOptions: {
ignorePatterns: ['/example/lambda/node_modules'],
},
gitignore: ['*.js', '*.d.ts', '!test/.*.snapshot/**/*', '.tmp'],
keywords: ['aws', 'cdk', 'lambda', 'aws-cdk'],
tsconfigDev: {
Expand Down

0 comments on commit a124d63

Please sign in to comment.