Skip to content

Commit 2a38004

Browse files
author
chengyu.chengyulia
committed
fix: add temp folder to exclude
1 parent ce9ce5e commit 2a38004

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/built-in-plugins/ensure-project-files/plugin

src/built-in-plugins/ensure-project-files/plugin/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ function ensureTsconfig() {
121121
return `${path.relative(pri.projectRootPath, filePath)}/**/*`;
122122
}),
123123
],
124-
exclude: ['node_modules', globalState.projectConfig.distDir, `${tempPath.dir}/dashboard/**/*`],
124+
exclude: ['node_modules', globalState.projectConfig.distDir, tempPath.dir],
125125
},
126126
null,
127127
2,

0 commit comments

Comments
 (0)