Skip to content

Commit a124d63

Browse files
committed
chore: fix npmignore
1 parent c7149fe commit a124d63

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.npmignore

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ const project = new awscdk.AwsCdkConstructLibrary({
1515
dirs: [],
1616
ignorePatterns: ['example/**/*', 'test/assets/**/*', 'test/*.snapshot/**/*', '*.d.ts'],
1717
},
18+
npmIgnoreOptions: {
19+
ignorePatterns: ['/example/lambda/node_modules'],
20+
},
1821
gitignore: ['*.js', '*.d.ts', '!test/.*.snapshot/**/*', '.tmp'],
1922
keywords: ['aws', 'cdk', 'lambda', 'aws-cdk'],
2023
tsconfigDev: {

0 commit comments

Comments
 (0)