Skip to content

Commit

Permalink
fix packaging of npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
skorfmann committed Jun 23, 2024
1 parent 320dd97 commit cf18b11
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 20 deletions.
6 changes: 6 additions & 0 deletions .changeset/quiet-pears-yell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@cloudspec/aws-cdk': patch
'@cloudspec/aws-matcher': patch
---

fix packaging
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ dist
.cloud-spec
**/*tfstate
**/*tfstate*
*-outputs.json
10 changes: 7 additions & 3 deletions packages/@cloudspec/aws-cdk/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ tsconfig.json
!*.js
!*.d.ts

# Exclude jsii outdir
dist

# Include .jsii and .jsii.gz
!.jsii
!.jsii.gz
vitest.config.js
node_modules
test
.turbo
coverage
*-outputs.json
*.tgz

This file was deleted.

Binary file not shown.
4 changes: 2 additions & 2 deletions packages/@cloudspec/aws-cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@cloudspec/aws-cdk",
"version": "0.2.0",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
"publishConfig": {
"access": "public"
},
Expand Down
10 changes: 7 additions & 3 deletions packages/@cloudspec/aws-matcher/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ tsconfig.json
!*.js
!*.d.ts

# Exclude jsii outdir
dist

# Include .jsii and .jsii.gz
!.jsii
!.jsii.gz
vitest.config.js
node_modules
test
.turbo
coverage
*-outputs.json
*.tgz
4 changes: 2 additions & 2 deletions packages/@cloudspec/aws-matcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@cloudspec/aws-matcher",
"version": "0.2.0",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
"publishConfig": {
"access": "public"
},
Expand Down
5 changes: 0 additions & 5 deletions test/CloudSpec-S3-Bucket-Tests-sebastian-outputs.json

This file was deleted.

0 comments on commit cf18b11

Please sign in to comment.