tiny-engine/lerna.json

16 lines
287 B
JSON
Raw Normal View History

{
2023-09-29 11:17:46 +08:00
"command": {
"version": {
"message": "chore(release): publish"
}
},
"useNx": false,
2023-09-29 11:17:46 +08:00
"version": "independent",
"npmClient": "pnpm",
"publish": {
"npmClient": "pnpm"
},
"ignoreChanges": ["**/*.md", "**/test/**", ".npmrc"],
"granularPathspec": false
}