Skip to content

Commit c9733a6

Browse files
chore: ignore aws-cdk-lib tests in npm package (#25086)
Add tests directories to .npmignore in aws-cdk-lib to decrease package size. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 4b56d03 commit c9733a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/aws-cdk-lib/.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
!*.d.ts
66
!*.js
77
test/
8+
**/test/**
89

910
# Coverage
1011
coverage

0 commit comments

Comments
 (0)