Skip to content

Commit

Permalink
fix: npm releases failing to generate provenance (#3800) (#3801)
Browse files Browse the repository at this point in the history
# Backport

This will backport the following commits from `k8s-28/main` to `k8s-26/main`:
 - [fix: npm releases failing to generate provenance (#3800)](#3800)



### Questions ?
Please refer to the [Backport tool documentation](https://github.com/sqren/backport)
  • Loading branch information
cdk8s-automation committed Feb 28, 2024
1 parent 7498edd commit ee613d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ const project = new Cdk8sTeamJsiiProject({
// Used in K8s upgrade tests to control publishing of new branches
project.package.addField('private', false);

// not using `npmAccess` property because projen omits values that are
// identical to npm defaults.
project.package.addField('publishConfig', { access: 'public' });

project.gitignore.exclude('.vscode/');

const importdir = path.join('src', 'imports');
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 ee613d0

Please sign in to comment.