Skip to content

Commit

Permalink
fix: use lerna for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelkaron committed Jun 18, 2019
1 parent ef9d426 commit 07bc9e4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 7 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
"packages": [
"packages/*"
],
"version": "0.0.0"
}
"command": {
"publish": {
"conventionalCommits": true
}
},
"version": "0.8.4"
}
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"scripts": {
"lerna": "lerna"
},
"devDependencies": {
"lerna": "^3.14.1"
},
Expand Down

0 comments on commit 07bc9e4

Please sign in to comment.