Skip to content

Commit

Permalink
Remove .ts-tmp for full build
Browse files Browse the repository at this point in the history
  • Loading branch information
jakearchibald committed Jun 20, 2022
1 parent a8ed53a commit 494ee77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function getBabelPlugin() {

export default async function ({ watch }) {
const devBuild = watch;
await del('dist');
await del('.ts-tmp', 'dist');

if (devBuild)
return {
Expand Down

0 comments on commit 494ee77

Please sign in to comment.