Skip to content

Commit

Permalink
fix: remove tsbuildinfo files when building types
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Nov 20, 2020
1 parent 3587091 commit acea763
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ const types = async (forwardOptions, extraInclude) => {
})
} finally {
fs.removeSync(configPath)
fs.removeSync(fromRoot('dist', 'tsconfig-types.aegir.tsbuildinfo'))
}
}

Expand Down

0 comments on commit acea763

Please sign in to comment.