mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2024-11-10 02:28:02 +00:00
Disabled yarn-error.log file export to zip (#725)
This commit is contained in:
parent
5bfc82bf0c
commit
0e0589cb04
@ -81,7 +81,8 @@ function zipper(done) {
|
||||
src([
|
||||
'**',
|
||||
'!node_modules', '!node_modules/**',
|
||||
'!dist', '!dist/**'
|
||||
'!dist', '!dist/**',
|
||||
'!yarn-error.log'
|
||||
]),
|
||||
zip(filename),
|
||||
dest('dist/')
|
||||
|
Loading…
Reference in New Issue
Block a user