Skip to content

Commit

Permalink
chore: don't publish on *.md file changes (#898)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSisb committed Oct 29, 2020
1 parent e0ca2a0 commit 7ca3f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"useWorkspaces": true,
"command": {
"publish": {
"ignoreChanges": ["**/stories/**", "**/__tests__/**"],
"ignoreChanges": ["**/stories/**", "**/__tests__/**", "**/*.md"],
"npmClient": "npm"
}
}
Expand Down

1 comment on commit 7ca3f96

@vercel
Copy link

@vercel vercel bot commented on 7ca3f96 Oct 29, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.