Skip to content

Commit f947231

Browse files
add dot: true and nocase: true to archiver glob
1 parent 10c87db commit f947231

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/utils/archiver.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ export default class Archiver {
9494
cwd: this.config.run_settings.cypress_project_dir,
9595
matchBase: true,
9696
ignore: ignoredPaths,
97+
dot: true,
98+
nocase: true
9799
});
98100
});
99101

0 commit comments

Comments
 (0)