Skip to content

Commit d6a49e1

Browse files
committed
Ignore examples in lerna version bumping.
1 parent a8d96d5 commit d6a49e1

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
@@ -22,7 +22,7 @@
2222
"test:compat": "yarn test:backwards && yarn test:forwards && yarn test:latest",
2323
"ci": "yarn lint && yarn test:compat",
2424
"build": "lerna run build",
25-
"bump": "lerna version -m \"Bump\"",
25+
"bump": "lerna version -m 'Bump' --ignore-changes 'examples/**'",
2626
"postbump": "yarn build",
2727
"storybook": "start-storybook -p 6006",
2828
"build-storybook": "build-storybook -o docs"

0 commit comments

Comments
 (0)