Skip to content

Commit b7ac412

Browse files
authored
Include lambda function TS file in the pacakge
1 parent 8ae7d68 commit b7ac412

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • packages/constructs/header-change-detection

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)