embark/lerna.json

21 lines
331 B
JSON

{
"command": {
"add": {
"exact": true
},
"publish": {
"ignoreChanges": [
"*.md"
],
"npmClient": "npm",
"registry": "https://registry.npmjs.org/"
},
"run": {
"npmClient": "npm"
}
},
"npmClient": "yarn",
"useWorkspaces": true,
"version": "4.1.0-beta.0"
}