Zip now excludes all zip files

This commit is contained in:
Rob Garrison 2018-07-21 12:19:15 -05:00
parent e5fa1bee38
commit 0b7e83819b

View File

@ -11,7 +11,7 @@ function createZip() {
'node_modules',
'tools',
'package.json',
'stylus.zip'
'*.zip'
];
const file = fs.createWriteStream(fileName);