Skip to content

Commit

Permalink
fix: resolve npm access
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerchi committed Dec 24, 2022
1 parent fff5b9f commit 0576d03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { awscdk } from 'projen';
import { NpmAccess } from 'projen/lib/javascript';

const cdkVersion = '2.24.0';
const namespace = '@rogerchi';
Expand All @@ -24,6 +25,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
module: 'cdk_remix-app',
},
releaseToNpm: true,
npmAccess: NpmAccess.PUBLIC,

// deps: [], /* Runtime dependencies of this module. */
// description: undefined, /* The description is just a string that helps people understand the purpose of the package. */
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 0576d03

Please sign in to comment.