Skip to content

Commit

Permalink
Fix zip command
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiesigner committed Nov 24, 2019
1 parent f3042e2 commit e3e1a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"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 -x!liebling.zip liebling.zip *",
"zip:default": "cd .. && zip -r liebling.zip ./* -x '.git' -x './src' -x 'liebling.zip'"
"zip:default": "cd .. && zip -r liebling.zip ./* -x '.git' -x './src/*' -x 'liebling.zip'"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit e3e1a75

Please sign in to comment.