Skip to content

Commit

Permalink
chore(ubergen): copy .npmignore into monopackage (#13642)
Browse files Browse the repository at this point in the history
`.npmignore` did not use to be copied into the directories of the monopackage,
leading to files that *ought* to have been excluded to not be excluded.

Remove the file from the list of files that doesn't get copied to fix this.

This fix is not along the lines of the method suggested in the linked issue,
but it does address the original problem.

Fixes #12292.


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
rix0rrr authored Mar 18, 2021
1 parent 2361921 commit 95438b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/ubergen/bin/ubergen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,6 @@ const IGNORED_FILE_NAMES = new Set([
'.gitignore',
'.jest.config.js',
'.jsii',
'.npmignore',
'node_modules',
'package.json',
'test',
Expand Down

0 comments on commit 95438b5

Please sign in to comment.