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(core): core constructs fail with Error: Cannot find module '../dist/core/<file>.generated' #28467

Merged
merged 1 commit into from
Dec 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 4 additions & 1 deletion packages/aws-cdk-lib/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ coverage
build-tools
dist
!custom-resource-handlers/dist/
!core/lib/dist/
scripts
.LAST_BUILD
.LAST_PACKAGE
Expand All @@ -30,9 +31,11 @@ tsconfig.json
# exclude cdk artifacts
**/cdk.out
junit.xml

!*.lit.ts

# exclude additional documention
core/adr/

# keep class map for cloudformation-include
!cloudformation-include/cfn-types-2-classes.json

Expand Down