Skip to content

Commit

Permalink
made npm access public
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfadr committed May 31, 2021
1 parent 07599b8 commit b52e051
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { AwsCdkConstructLibrary } = require('projen');
const { AwsCdkConstructLibrary, NpmAccess } = require('projen');

const project = new AwsCdkConstructLibrary({

Expand Down Expand Up @@ -56,6 +56,8 @@ const project = new AwsCdkConstructLibrary({
twinePasswordSecret: process.env.TWINE_PASSWORD ?? '',
},
*/

npmAccess: NpmAccess.PUBLIC,
});

project.synth();
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 b52e051

Please sign in to comment.