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 79897b4 commit 86b7607Copy full SHA for 86b7607
lerna.json
@@ -1,6 +1,9 @@
1
{
2
"npmClient": "yarn",
3
"packages": ["examples/*", "packages/*"],
4
+ "publish": {
5
+ "ignoreChanges": ["examples/**"]
6
+ },
7
"useWorkspaces": true,
8
"version": "independent"
9
}
package.json
@@ -24,7 +24,7 @@
24
"test:examples": "lerna run test -- --passWithNoTests --watchAll=false",
25
"ci": "yarn lint && yarn test:compat && yarn test:examples",
26
"build": "lerna run build",
27
- "bump": "lerna version -m 'Bump' --ignore-changes 'examples/**'",
+ "bump": "lerna version -m 'Bump' --no-git-tag-version --no-push",
28
"postbump": "yarn build",
29
"storybook": "start-storybook -p 6006",
30
"build-storybook": "build-storybook -o docs"
0 commit comments