Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zhzz committed Apr 28, 2023
1 parent 07da780 commit 665dac9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"useWorkspaces": true,
"command": {
"version": {
"createRelease": "github",
"conventionalCommits": true,
"message": "chore(release): publish",
"ignoreChanges": ["packages/react-ui-testing/TestPages/**"],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"scripts": {
"commit": "git-cz",
"release": "lerna version",
"release": "env-cmd lerna version",
"release:beta": "lerna version prerelease --preid beta --yes && lerna publish from-git --dist-tag next",
"prepare": "husky install",
"preinstall": "node scripts/update-package-registry",
Expand Down

0 comments on commit 665dac9

Please sign in to comment.