diff --git a/package.json b/package.json index 3efb71e42..e2ef91d9b 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "format:check": "npm run format:base -- --check", "lint": "eslint --ignore-path .gitignore src", "lint:fix": "npm run lint -- --fix", - "build.zip": "cd ./dist && zip -r mainsail.zip ./ -x */\\.DS_Store ./ && cd ..", + "build.zip": "cd ./dist && zip -r mainsail.zip ./ -x '**.DS_Store' ./ && cd ..", "i18n-extract": "vue-i18n-extract use-config", "start": "vite preview", "test": "npm run build && cypress run",