mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-02-16 06:48:33 +00:00
Initial commit
This commit is contained in:
18
lerna.json
Normal file
18
lerna.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": "independent",
|
||||
"command": {
|
||||
"version": {
|
||||
"conventionalCommits": true,
|
||||
"createRelease": "github",
|
||||
"ignoreChanges": ["**/*.md"],
|
||||
"message": "chore(release): publish",
|
||||
"yes": true
|
||||
},
|
||||
"publish": {
|
||||
"registry": "https://registry.npmjs.org",
|
||||
"yes": true
|
||||
}
|
||||
},
|
||||
"npmClient": "yarn",
|
||||
"packages": ["packages/*"]
|
||||
}
|
||||
Reference in New Issue
Block a user