Skip to content

Commit

Permalink
fix: setting private to false in projen file (#10)
Browse files Browse the repository at this point in the history
Fix: Setting private to false in projen config file in order to enable
npm publishing
  • Loading branch information
reste85 committed Feb 5, 2024
1 parent 7c8f055 commit 9c5d503
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
25 changes: 25 additions & 0 deletions .npmignore

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

2 changes: 2 additions & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ const project = new CdklabsConstructLibrary({
prerelease: 'alpha',
stability: 'experimental',
releaseToNpm: true,
private: false,
enablePRAutoMerge: true,
repositoryUrl: 'https://github.com/cdklabs/cdk-verified-permissions.git',
});
project.synth();
4 changes: 3 additions & 1 deletion package.json

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

0 comments on commit 9c5d503

Please sign in to comment.