Disabled yarn-error.log file export to zip (#725)

This commit is contained in:
Jakub Maciej Chmielewski 2020-06-17 20:07:34 +02:00 committed by GitHub
parent 5bfc82bf0c
commit 0e0589cb04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -81,7 +81,8 @@ function zipper(done) {
src([
'**',
'!node_modules', '!node_modules/**',
'!dist', '!dist/**'
'!dist', '!dist/**',
'!yarn-error.log'
]),
zip(filename),
dest('dist/')