diff --git a/gulpfile.js b/gulpfile.js index 45d7035..088d79f 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -81,7 +81,8 @@ function zipper(done) { src([ '**', '!node_modules', '!node_modules/**', - '!dist', '!dist/**' + '!dist', '!dist/**', + '!yarn-error.log' ]), zip(filename), dest('dist/')