chore: tweaks and cleanup

This commit is contained in:
Ismo Vuorinen
2024-08-21 17:23:59 +03:00
parent cc63a2d1d7
commit ce9de621f6
14 changed files with 192 additions and 202 deletions

View File

@@ -4,9 +4,7 @@
"version": {
"conventionalCommits": true,
"createRelease": "github",
"ignoreChanges": [
"**/*.md"
],
"ignoreChanges": ["**/*.md"],
"message": "chore(release): publish",
"yes": true
},
@@ -16,8 +14,6 @@
}
},
"npmClient": "yarn",
"packages": [
"packages/*"
],
"packages": ["packages/*"],
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}