feat: add monorepo config

update

update
This commit is contained in:
Yongjie Zhao 2021-11-12 11:36:36 +08:00
parent 7429282972
commit 41f551edfc
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
{
"lerna": "3.2.1",
"npmClient": "npm",
"packages": ["packages/*", "plugins/*", "temporary_superset_ui/*"],
"useWorkspaces": true,
"version": "0.0.0",
"ignoreChanges": [
"**/*.md",
"**/*.spec.tsx?",
"**/*.spec.jsx?",
"**/__mocks__/**"
]
}