diff --git a/gulpfile.js b/gulpfile.js index f134db1..18fca40 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -80,7 +80,9 @@ function zipper(done) { '**', '!node_modules', '!node_modules/**', '!dist', '!dist/**', - '!yarn-error.log' + '!yarn-error.log', + '!yarn.lock', + '!gulpfile.js' ]), zip(filename), dest('dist/')