ohif-viewer/lerna.json
2019-07-15 15:51:10 -04:00

13 lines
244 B
JSON

{
"version": "independent",
"packages": ["extensions/*", "platform/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
"publish": {
"ignoreChanges": ["*.md"],
"message": "chore(release): publish"
}
}
}