Skip to content

Commit

Permalink
fix: lerna-lite が動作しない (#245)
Browse files Browse the repository at this point in the history
使用するcliの名称が変更されたため

See: https://github.com/ghiscoding/lerna-lite/blob/main/CHANGELOG.md#100-2022-03-15
  • Loading branch information
knokmki612 authored Aug 10, 2022
1 parent 81cff14 commit 187eddf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"scripts": {
"format": "prettier --write .",
"lint": "eslint .",
"release": "ws-roller publish from-package",
"versionup": "ws-roller version --no-git-tag-version --no-push"
"release": "lerna publish from-package",
"versionup": "lerna version --no-git-tag-version --no-push"
},
"workspaces": [
"packages/*"
Expand Down

0 comments on commit 187eddf

Please sign in to comment.