Skip to content

Commit

Permalink
fix: setting private=false in projen file to enable npm publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
reste85 committed Feb 5, 2024
1 parent 7c8f055 commit 206e411
Show file tree
Hide file tree
Showing 10 changed files with 67 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .gitattributes

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

22 changes: 0 additions & 22 deletions .github/workflows/auto-merge.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/build.yml

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

4 changes: 0 additions & 4 deletions .github/workflows/pull-request-lint.yml

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

2 changes: 1 addition & 1 deletion .gitignore

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

34 changes: 34 additions & 0 deletions .mergify.yml

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

26 changes: 26 additions & 0 deletions .npmignore

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

2 changes: 1 addition & 1 deletion .projen/files.json

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 @@ -12,6 +12,7 @@ const project = new CdklabsConstructLibrary({
prerelease: 'alpha',
stability: 'experimental',
releaseToNpm: true,
private: false,
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 206e411

Please sign in to comment.