Skip to content

Commit 3c97ea5

Browse files
committed
fix: CfnJson fails with Error
1 parent 6824513 commit 3c97ea5

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

packages/aws-cdk-lib/.npmignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ coverage
1616
build-tools
1717
dist
1818
!custom-resource-handlers/dist/
19+
!core/lib/dist/
1920
scripts
2021
.LAST_BUILD
2122
.LAST_PACKAGE
@@ -30,9 +31,11 @@ tsconfig.json
3031
# exclude cdk artifacts
3132
**/cdk.out
3233
junit.xml
33-
3434
!*.lit.ts
3535

36+
# exclude additional documention
37+
core/adr/
38+
3639
# keep class map for cloudformation-include
3740
!cloudformation-include/cfn-types-2-classes.json
3841

packages/aws-cdk-lib/core/lib/adr/acknowledge-warnings.md renamed to packages/aws-cdk-lib/core/adr/acknowledge-warnings.md

File renamed without changes.

0 commit comments

Comments
 (0)