embark/lerna.json

21 lines
334 B
JSON

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