Skip to content

Commit

Permalink
Revert types/publish.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Mar 29, 2024
1 parent 755fd03 commit 08b8c2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion types/publish.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ async function main() {

// The majority of those items should be excluded entirely, but in some cases
// we still need to post-process them.
let excludes = remappedLocationExcludes.concat(sideEffectExcludes);
let excludes = remappedLocationExcludes
.concat(sideEffectExcludes);

// This is rooted in the `TYPES_DIR` so that the result is just the names of
// the modules, as generated directly from the tsconfig above. These must
Expand Down

0 comments on commit 08b8c2b

Please sign in to comment.