We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ae7d68 commit a6a99feCopy full SHA for a6a99fe
2 files changed
.changeset/itchy-heads-create.md
@@ -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
@@ -2,6 +2,9 @@
*.ts
!*.d.ts
+# Lambda Functions
6
+!lib/lambda/*
7
8
# TypeScript configuration
9
tsconfig*.json
10
@@ -28,4 +31,4 @@ node_modules/
28
31
# CHANGELOG.md
29
32
# package.json
30
33
# lib/lambda/
-# docs/
34
+# docs/
0 commit comments