Skip to content

Commit

Permalink
chore: add workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
abaicus committed May 17, 2024
1 parent ad3f046 commit 1ac9c16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,5 @@
},
"hooks": {
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
},
"plugins": {
"version": {
"src": "package.json",
"type": "json",
"path": "version"
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"lint:js:fix": "wp-scripts lint-js gulpfile.js --fix",
"lint:json": "wp-scripts format theme.json package.json ./styles",
"prerelease": "pnpm run deploy",
"release": "dotenv release-it -- --no-git --no-npm --no-increment",
"release": "release-it -- --no-git --no-npm --no-increment",
"rtl": "rtlcss style.css style-rtl.css && rtlcss editor-style.css editor-style-rtl.css && rtlcss woocommerce.css woocommerce-rtl.css",
"version": "easy-replace-in-files",
"ready": "pnpm run version && pnpm run pot && shx rm -rf assets/ && pnpm run prod && pnpm run rtl",
Expand Down

0 comments on commit 1ac9c16

Please sign in to comment.