Windows build: Remove obsolete file removals
This commit is contained in:
parent
1dc3c4bde9
commit
188ca8a3b1
1 changed files with 0 additions and 4 deletions
|
@ -52,10 +52,6 @@ try wget "https://nodejs.org/dist/latest-erbium/win-x86/node.exe" -O node.exe
|
|||
log "remove git history to reduce folder size"
|
||||
try rm -rf .git/objects
|
||||
|
||||
log "remove windows jsdom-nocontextify/test folder"
|
||||
try rm -rf "$TMP_FOLDER"/src/node_modules/wd/node_modules/request/node_modules/form-data/node_modules/combined-stream/test
|
||||
try rm -rf "$TMP_FOLDER"/src/node_modules/nodemailer/node_modules/mailcomposer/node_modules/mimelib/node_modules/encoding/node_modules/iconv-lite/encodings/tables
|
||||
|
||||
log "create the zip..."
|
||||
try cd "$TMP_FOLDER"
|
||||
try zip -9 -r "${OUTPUT}" ./* -x var
|
||||
|
|
Loading…
Reference in a new issue