Skip to content

Commit

Permalink
modified projen provenance to be able to publish package from private…
Browse files Browse the repository at this point in the history
… repo
  • Loading branch information
clopca committed Jun 14, 2024
1 parent 9894b4d commit 848f2b4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
peerDeps: ['aws-cdk-lib@^2.145.0', 'constructs@^10.0.5'],
// deps: ['aws-cdk-lib@^2.145.0', 'constructs@^10.0.5'],
description: 'A CDK L2 Construct Library for VPCLattice',
npmProvenance: false,
});

const common_exclude = ['cdk.out', 'cdk.context.json'];
Expand Down
3 changes: 0 additions & 3 deletions package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 848f2b4

Please sign in to comment.