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 a8d96d5 commit d6a49e1Copy full SHA for d6a49e1
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 -m \"Bump\"",
+ "bump": "lerna version -m 'Bump' --ignore-changes 'examples/**'",
26
"postbump": "yarn build",
27
"storybook": "start-storybook -p 6006",
28
"build-storybook": "build-storybook -o docs"
0 commit comments