Zip now excludes all zip files
This commit is contained in:
parent
e5fa1bee38
commit
0b7e83819b
|
@ -11,7 +11,7 @@ function createZip() {
|
||||||
'node_modules',
|
'node_modules',
|
||||||
'tools',
|
'tools',
|
||||||
'package.json',
|
'package.json',
|
||||||
'stylus.zip'
|
'*.zip'
|
||||||
];
|
];
|
||||||
|
|
||||||
const file = fs.createWriteStream(fileName);
|
const file = fs.createWriteStream(fileName);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user