tiny-engine/lerna.json

16 lines
287 B
JSON

{
"command": {
"version": {
"message": "chore(release): publish"
}
},
"useNx": false,
"version": "independent",
"npmClient": "pnpm",
"publish": {
"npmClient": "pnpm"
},
"ignoreChanges": ["**/*.md", "**/test/**", ".npmrc"],
"granularPathspec": false
}