Skip to content

Commit

Permalink
Use lerna.json to configure ignored packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
ghengeveld committed Jul 21, 2019
1 parent 79897b4 commit 86b7607
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"npmClient": "yarn",
"packages": ["examples/*", "packages/*"],
"publish": {
"ignoreChanges": ["examples/**"]
},
"useWorkspaces": true,
"version": "independent"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test:examples": "lerna run test -- --passWithNoTests --watchAll=false",
"ci": "yarn lint && yarn test:compat && yarn test:examples",
"build": "lerna run build",
"bump": "lerna version -m 'Bump' --ignore-changes 'examples/**'",
"bump": "lerna version -m 'Bump' --no-git-tag-version --no-push",
"postbump": "yarn build",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook -o docs"
Expand Down

0 comments on commit 86b7607

Please sign in to comment.