Skip to content

Commit

Permalink
chore: add lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Smart committed Mar 22, 2022
1 parent 9de154d commit cd612ca
Show file tree
Hide file tree
Showing 3 changed files with 4,407 additions and 45 deletions.
12 changes: 12 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"packages": ["."],
"version": "independent",
"npmClient": "yarn",
"command": {
"version": {
"allowBranch": "main",
"conventionalCommits": true,
"createRelease": "github"
}
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"@types/ws": "^8.5.3",
"callbag-effect-ts": "^0.9.3",
"dotenv": "^16.0.0",
"lerna": "^4.0.0",
"prettier": "^2.5.1",
"ts-node": "^10.7.0",
"ttypescript": "^1.5.13",
Expand Down
Loading

0 comments on commit cd612ca

Please sign in to comment.