marko/lerna.json
Michael Rawlings 02670c8693
feat: import compiler from marko-js/x
Co-authored-by: Michael Rawlings <mirawlings@ebay.com>
Co-authored-by: Dylan Piercey <dpiercey@ebay.com>
Co-authored-by: Andrew Gliga <agliga@ebay.com>
2020-02-24 21:15:05 -08:00

18 lines
284 B
JSON

{
"command": {
"publish": {
"conventionalCommits": true,
"message": "chore(release): publish"
}
},
"packages": [
"packages/*"
],
"ignoreChanges": [
"**/package-lock.json",
"packages/*/test/**",
"**/*.md"
],
"version": "independent"
}