Skip to content

Commit

Permalink
feat: add monorepo config
Browse files Browse the repository at this point in the history
update

update
  • Loading branch information
zhaoyongjie committed Nov 25, 2021
1 parent 7353a2b commit cc38a79
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions superset-frontend/lerna.json
Original file line number Diff line number Diff line change
@@ -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__/**"
]
}

0 comments on commit cc38a79

Please sign in to comment.