Skip to content

Commit

Permalink
install lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonNiklasson committed Nov 15, 2021
1 parent eb11085 commit 5a793bb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
11 changes: 11 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"packages": ["y-json", "json"],
"version": "independent",
"npmClient": "npm",
"command": {
"publish": {
"message": "chore(release): publish",
"ignoreChanges": ["ignored-file", "*.md"]
}
}
}
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@
"prettier": "^2.4.1",
"ts-jest": "^27.0.7",
"typescript": "^4.4.4"
}
},
"dependencies": {
"lerna": "^4.0.0"
},
"name": "collaboration-kit"
}

0 comments on commit 5a793bb

Please sign in to comment.