Skip to content

Commit

Permalink
Try answer https://stackoverflow.com/a/59711239 to help with publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
miensol committed Jun 24, 2024
1 parent 6e7ad15 commit 5cf205d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ project.bundler.addBundle('./src/self-signed-certificate-lambda', {
platform: 'node',
});

project.package.addField('private', false);
project.package.addField('publishConfig', {
access: 'public', // https://stackoverflow.com/a/59711239
});


project.addGitIgnore('.idea');

Expand Down
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 5cf205d

Please sign in to comment.