Skip to content

Commit

Permalink
internal: added ignoreChanges to Lerna (#188)
Browse files Browse the repository at this point in the history
This helps us see which packages needs to be bumped when releasing
  • Loading branch information
nielslyngsoe authored and iOvergaard committed Apr 1, 2022
1 parent 9ed7860 commit 5b515fb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,11 @@
"publish": {
"verifyAccess": false
}
}
},
"ignoreChanges": [
"**/tsconfig.json",
"**/*.story.ts",
"**/*.test.ts",
"**/*.md"
]
}

0 comments on commit 5b515fb

Please sign in to comment.