Skip to content

Commit

Permalink
add lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
rrennick committed May 8, 2020
1 parent 276ab00 commit 231732b
Show file tree
Hide file tree
Showing 3 changed files with 7,423 additions and 2,722 deletions.
10 changes: 10 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"command": {
"publish": {
"message": "chore(release): publish"
}
},
"ignoreChanges": [ "**/CHANGELOG.md", "**/test/**" ],
"packages": [ "tests/e2e/*" ],
"version": "independent"
}
Loading

0 comments on commit 231732b

Please sign in to comment.