Skip to content

Commit 5cf205d

Browse files
committed
Try answer https://stackoverflow.com/a/59711239 to help with publishing
1 parent 6e7ad15 commit 5cf205d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.projenrc.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ project.bundler.addBundle('./src/self-signed-certificate-lambda', {
2323
platform: 'node',
2424
});
2525

26-
project.package.addField('private', false);
26+
project.package.addField('publishConfig', {
27+
access: 'public', // https://stackoverflow.com/a/59711239
28+
});
29+
2730

2831
project.addGitIgnore('.idea');
2932

package.json

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)