Skip to content

Commit b00eb15

Browse files
committed
chore: set npmAccess to public
1 parent a2c67a4 commit b00eb15

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.projenrc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
const { awscdk } = require('projen');
2+
const { NpmAccess } = require('projen/lib/javascript');
23
const project = new awscdk.AwsCdkConstructLibrary({
34
author: 'Ryosuke Iwanaga',
45
authorAddress: 'riywo@opsbr.com',
@@ -12,6 +13,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
1213
scripts: {
1314
integ: 'npx cdk deploy --app ./lib/integ.default.js',
1415
},
16+
npmAccess: NpmAccess.PUBLIC,
1517
});
1618
project.addGitIgnore('/cdk.out/');
1719
project.synth();

package.json

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

0 commit comments

Comments
 (0)