wix-incubator/lerna-script

enable preset configuration in lerna.json

Closed this issue · 0 comments

now if you use some preset and don't need any configuration you still need to have a single-line lerna.js file. maybe we could do with:

lerna.json

{
"lerna-script-preset": "lerna-script-preset-wix-npm"
}