redux-devtools/lerna.json
2021-11-06 13:37:51 -04:00

13 lines
234 B
JSON

{
"lerna": "3.4.2",
"version": "independent",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
"publish": {
"allowBranch": "main"
}
},
"ignoreChanges": ["**/test/**", "**/examples/**", "**/*.md"]
}