Skip to content

Commit 494ee77

Browse files
committed
Remove .ts-tmp for full build
1 parent a8ed53a commit 494ee77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎rollup.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function getBabelPlugin() {
3434

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

3939
if (devBuild)
4040
return {

0 commit comments

Comments
 (0)