Skip to content

Commit

Permalink
fix(pacmak): *.tsbuildinfo not in auto-generated .npmignore file (#4236)
Browse files Browse the repository at this point in the history
#3978 
Added *.tsbuildinfo to auto-generated .npmignore file
  • Loading branch information
NextThread committed Nov 14, 2023
1 parent 9450e62 commit d55b8d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/jsii-pacmak/lib/npm-modules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ async function updateNpmIgnore(
'Exclude typescript source and config',
'*.ts',
'tsconfig.json',
'*.tsbuildinfo',
);
includePattern(
'Include javascript files and typescript declarations',
Expand Down

0 comments on commit d55b8d5

Please sign in to comment.