23 lines
489 B
JSON
23 lines
489 B
JSON
{
|
|
"npmClient": "npm",
|
|
"packages": ["packages/*", "plugins/*", "src/setup/*"],
|
|
"version": "0.18.25",
|
|
"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"
|
|
}
|