27 lines
504 B
JSON
27 lines
504 B
JSON
{
|
|
"npmClient": "npm",
|
|
"packages": [
|
|
"packages/*",
|
|
"plugins/*",
|
|
"src/setup/*"
|
|
],
|
|
"version": "0.20.4",
|
|
"ignoreChanges": [
|
|
"**/*.md",
|
|
"**/*.spec.tsx?",
|
|
"**/*.spec.jsx?",
|
|
"**/__mocks__/**"
|
|
],
|
|
"command": {
|
|
"publish": {
|
|
"message": "chore(superset-ui): publish %s",
|
|
"graphType": "all"
|
|
},
|
|
"version": {
|
|
"message": "chore(superset-ui): publish %s",
|
|
"exact": true
|
|
}
|
|
},
|
|
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
|
|
}
|