Skip to content

Commit fe8f312

Browse files
committed
fix(synthetics): include auto-delete-underlying-resources in package
1 parent 4942658 commit fe8f312

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/@aws-cdk/aws-synthetics-alpha/.npmignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,13 @@ tsconfig.json
2121

2222
.eslintrc.js
2323
jest.config.js
24+
2425
# exclude cdk artifacts
2526
**/cdk.out
2627
junit.xml
2728
test/
2829
!*.lit.ts
2930
**/*.snapshot
31+
32+
# include custom-resource-handlers
33+
!custom-resource-handlers/*

0 commit comments

Comments
 (0)