We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1aa823 commit 1bc2f61Copy full SHA for 1bc2f61
package.json
@@ -21,7 +21,7 @@
21
"test:compat": "yarn test:backwards && yarn test:forwards && yarn test:latest",
22
"ci": "yarn lint && yarn test:compat",
23
"build": "lerna run build",
24
- "bump": "yarn workspaces run lerna version",
+ "bump": "lerna version",
25
"postbump": "yarn build",
26
"storybook": "start-storybook -p 6006",
27
"build-storybook": "build-storybook -o docs"
0 commit comments