Skip to content

Commit

Permalink
ci: add publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
floydspace committed Sep 17, 2023
1 parent a4b7deb commit 2357628
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/powertools-logger/package.json

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

2 changes: 2 additions & 0 deletions projenrc/typescript-project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,7 @@ export class TypeScriptLibProject extends typescript.TypeScriptProject {
this.compileTask.reset("tsc -b ./tsconfig.json ./tsconfig.esm.json");

this.npmignore?.addPatterns("/tsconfig.esm.json");

this.package.addField("publishConfig", { access: "public" });
}
}

0 comments on commit 2357628

Please sign in to comment.