Skip to content

Commit

Permalink
chore: add "ignorePatterns" to beachball.config.js (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
layershifter authored Apr 22, 2022
1 parent 2d46633 commit 29a69fb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions beachball.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,14 @@
*/
module.exports = {
gitTags: false,
ignorePatterns: [
'**/__fixtures__/**',
'**/*.test.{ts,tsx}',
'**/*.stories.tsx',
'**/.eslintrc.json',
'**/jest.config.js',
'**/project.json',
'**/README.md',
],
hooks: require('./beachball.hooks'),
};

0 comments on commit 29a69fb

Please sign in to comment.