Skip to content

Commit

Permalink
feat: allow public publish
Browse files Browse the repository at this point in the history
  • Loading branch information
aripalo committed Aug 16, 2022
1 parent 140cbdd commit 044e528
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
// Publish configuration
defaultReleaseBranch: 'main',
packageManager: javascript.NodePackageManager.NPM,
//npmAccess: javascript.NpmAccess.PUBLIC,
npmAccess: javascript.NpmAccess.PUBLIC,

// Dependencies
minNodeVersion: nodejsVersion,
Expand Down
3 changes: 3 additions & 0 deletions package.json

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

0 comments on commit 044e528

Please sign in to comment.