Skip to content

Commit 1bc2f61

Browse files
committed
We can just use lerna version directly.
1 parent a1aa823 commit 1bc2f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"test:compat": "yarn test:backwards && yarn test:forwards && yarn test:latest",
2222
"ci": "yarn lint && yarn test:compat",
2323
"build": "lerna run build",
24-
"bump": "yarn workspaces run lerna version",
24+
"bump": "lerna version",
2525
"postbump": "yarn build",
2626
"storybook": "start-storybook -p 6006",
2727
"build-storybook": "build-storybook -o docs"

0 commit comments

Comments
 (0)