Merge pull request #92 from D3473R/master

Prevent double zipping
This commit is contained in:
Eduardo Gómez 2019-11-23 11:45:00 +01:00 committed by GitHub
commit 77d3a3dace
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,8 +12,8 @@
"docker-watch": "docker-compose up -d && node node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "NODE_ENV=production node node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js && npm run zip",
"zip": "run-script-os",
"zip:win32": "cd .. && 7z a -r -x!.git -x!src liebling.zip *",
"zip:default": "cd .. && zip -r liebling.zip ./* -x './src/*'"
"zip:win32": "cd .. && 7z a -r -x!.git -x!src -x!liebling.zip liebling.zip *",
"zip:default": "cd .. && zip -r liebling.zip ./* -x '.git' -x './src' -x 'liebling.zip'"
},
"keywords": [],
"author": "",