Disabled yarn-error.log file export to zip (#725)
This commit is contained in:
parent
5bfc82bf0c
commit
0e0589cb04
1 changed files with 2 additions and 1 deletions
|
@ -81,7 +81,8 @@ function zipper(done) {
|
||||||
src([
|
src([
|
||||||
'**',
|
'**',
|
||||||
'!node_modules', '!node_modules/**',
|
'!node_modules', '!node_modules/**',
|
||||||
'!dist', '!dist/**'
|
'!dist', '!dist/**',
|
||||||
|
'!yarn-error.log'
|
||||||
]),
|
]),
|
||||||
zip(filename),
|
zip(filename),
|
||||||
dest('dist/')
|
dest('dist/')
|
||||||
|
|
Loading…
Reference in a new issue