Skip to content

Commit

Permalink
Merge pull request #367 from aligent/hotfix/fixing-npm-publish
Browse files Browse the repository at this point in the history
Add js files to non-ignore list for npm
  • Loading branch information
TheOrangePuff authored Jul 19, 2022
2 parents b8cc5f4 + 4b7bdda commit a180e5e
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/basic-auth/.npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*.ts
!lib/handlers/*.ts
!*.d.ts
!*.js

# CDK asset staging directory
.cdk.staging
Expand Down
4 changes: 4 additions & 0 deletions packages/cloudfront-security-headers/.npmignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
*.ts
!lib/handlers/*.ts
!*.d.ts
!*.js

# CDK asset staging directory
.cdk.staging
cdk.out

# Samples
sample/
1 change: 1 addition & 0 deletions packages/geoip-redirect/.npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*.ts
!lib/handlers/*.ts
!*.d.ts
!*.js

# CDK asset staging directory
.cdk.staging
Expand Down
1 change: 1 addition & 0 deletions packages/prerender-proxy-internal/.npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*.ts
!lib/handlers/*.ts
!*.d.ts
!*.js

# CDK asset staging directory
.cdk.staging
Expand Down
1 change: 1 addition & 0 deletions packages/prerender-proxy/.npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*.ts
!lib/handlers/*.ts
!*.d.ts
!*.js

# CDK asset staging directory
.cdk.staging
Expand Down
5 changes: 5 additions & 0 deletions packages/rabbitmq/.npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
*.ts
!lib/handlers/*.ts
!*.d.ts
!*.js

# CDK asset staging directory
.cdk.staging
cdk.out

# Samples
sample/
2 changes: 2 additions & 0 deletions packages/static-hosting/.npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
*.ts
!lib/handlers/*.ts
!*.d.ts
!*.js

# CDK asset staging directory
.cdk.staging
Expand Down
2 changes: 2 additions & 0 deletions packages/waf/.npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
*.ts
!lib/handlers/*.ts
!*.d.ts
!*.js

# CDK asset staging directory
.cdk.staging
Expand Down

0 comments on commit a180e5e

Please sign in to comment.