Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed Mar 16, 2024
1 parent c657878 commit 43847c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"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' --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"
"zip": "npm run clean:zip && npm run zip:pack && wp-env start && npm run composer install -- --no-dev -d smart-custom-fields && npm run zip:archive"
}
}

0 comments on commit 43847c0

Please sign in to comment.