Skip to content

Commit e5ab563

Browse files
quagsirusaileen
authored andcommitted
chore: repeat changes to zipper function in all gulpfiles
1 parent f2b34eb commit e5ab563

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ function zipper(done) {
9393
'!pnpm-workspace.yaml',
9494
'!AGENTS.md',
9595
'!CLAUDE.md',
96-
]),
96+
], {encoding: false}),
9797
zip(filename),
9898
dest('dist/')
9999
], handleError(done));

0 commit comments

Comments
 (0)