Skip to content

Commit f30b077

Browse files
committed
🐛fix(feature): 修复 cup 默认配置
1 parent 02c385c commit f30b077

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/shared/config.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,7 @@ export const gitCommitScopes: Array<CommitScope> = [
8888
},
8989
];
9090

91-
export const cleanUpDirs = [
92-
"**/dist",
93-
"**/coverage",
94-
"**/node_modules",
95-
"!node_modules/**",
96-
];
91+
export const cleanUpDirs = ["./dist", "./coverage", "./node_modules"];
9792

9893
export const cwd = process.cwd();
9994

0 commit comments

Comments
 (0)