Skip to content

Commit

Permalink
fix: delete tsbuildinfo for check cmd
Browse files Browse the repository at this point in the history
closes #752
  • Loading branch information
hugomrdias committed Mar 14, 2021
1 parent 5792e8c commit 5ecbb0f
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 @@ -109,6 +109,7 @@ const check = async (userTSConfig, { extraInclude, forwardOptions }) => {
})
} finally {
fs.removeSync(configPath)
fs.removeSync(fromRoot('dist', 'tsconfig-check.aegir.tsbuildinfo'))
}
}

Expand Down

0 comments on commit 5ecbb0f

Please sign in to comment.