diff --git a/package.json b/package.json index a3721e8..b5c1ffe 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "test:unit": "run-s test:unit:*", "test": "run-s test:*", "clean:zip": "rimraf smart-custom-fields.zip", - "zip:pack": "rsync -a --exclude='/bin' --exclude='/vendor' --exclude='/node_modules' --exclude='.*' --exclude='*.ruleset.xml' --exclude='*.config.js' --exclude='*.xml.dist' --exclude='/tests' --exclude='package*.json' . smart-custom-fields && cd smart-custom-fields && wp-env start && npm run composer install -- --no-dev -d smart-custom-fields", + "zip:pack": "rsync -a --exclude='/bin' --exclude='/vendor' --exclude='/node_modules' --exclude='.*' --exclude='*.ruleset.xml' --exclude='*.config.js' --exclude='*.xml.dist' --exclude='/tests' --exclude='package*.json' --exclude='/smart-custom-fields.zip' ./ smart-custom-fields", "zip:archive": "zip -9 -qmr smart-custom-fields.zip smart-custom-fields", "zip": "npm run clean:zip && npm run zip:pack && npm run zip:archive" }