Skip to content

Commit a6a99fe

Browse files
committed
Include lambda function TS file in the pacakge
1 parent 8ae7d68 commit a6a99fe

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.changeset/itchy-heads-create.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@aligent/cdk-header-change-detection": patch
3+
---
4+
5+
include lambda function source TS file

packages/constructs/header-change-detection/.npmignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
*.ts
33
!*.d.ts
44

5+
# Lambda Functions
6+
!lib/lambda/*
7+
58
# TypeScript configuration
69
tsconfig*.json
710

@@ -28,4 +31,4 @@ node_modules/
2831
# CHANGELOG.md
2932
# package.json
3033
# lib/lambda/
31-
# docs/
34+
# docs/

0 commit comments

Comments
 (0)