Skip to content

Commit

Permalink
npm public access
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Jul 24, 2024
1 parent 54e375b commit 4f5f077
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml

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

3 changes: 3 additions & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { cdk } from 'projen';
import { NpmAccess } from 'projen/lib/javascript';

const kplus = 'cdk8s-plus-24';
const project = new cdk.JsiiProject({
Expand Down Expand Up @@ -31,6 +32,8 @@ const project = new cdk.JsiiProject({
distName: 'cdk8s-plone',
module: 'cdk8s_plone',
},
npmProvenance: true,
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 4f5f077

Please sign in to comment.