Skip to content

Commit

Permalink
Merge pull request #3 from Momnt-Technologies/fix/package-name
Browse files Browse the repository at this point in the history
fix: fixes missing registryURL
  • Loading branch information
mbonig authored Aug 7, 2024
2 parents 236e07f + 220d103 commit 7fadaa6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml

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

1 change: 1 addition & 0 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
keywords: ['cdk', 'eks', 'kubectl'],
integrationTestAutoDiscover: false,
releaseToNpm: true,
npmRegistryUrl: 'https://npm.pkg.github.com',
npmAccess: javascript.NpmAccess.PUBLIC,
jsiiVersion: '^5.0.7',
nodeVersion: '^16.20.0',
Expand Down
1 change: 1 addition & 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 7fadaa6

Please sign in to comment.