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 6193a6e commit a8d96d5Copy full SHA for a8d96d5
package.json
@@ -22,7 +22,7 @@
22
"test:compat": "yarn test:backwards && yarn test:forwards && yarn test:latest",
23
"ci": "yarn lint && yarn test:compat",
24
"build": "lerna run build",
25
- "bump": "lerna version",
+ "bump": "lerna version -m \"Bump\"",
26
"postbump": "yarn build",
27
"storybook": "start-storybook -p 6006",
28
"build-storybook": "build-storybook -o docs"
0 commit comments