Skip to content

Commit

Permalink
chore: Allow external extensions to include their own package.json fi…
Browse files Browse the repository at this point in the history
…les (apache#26004)
  • Loading branch information
kgabryje authored Nov 21, 2023
1 parent 1af5fbb commit b5e7e70
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion superset-frontend/lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"lerna": "3.2.1",
"npmClient": "npm",
"packages": ["packages/*", "plugins/*"],
"packages": ["packages/*", "plugins/*", "src/setup/*"],
"useWorkspaces": true,
"version": "0.18.25",
"ignoreChanges": [
Expand Down
3 changes: 2 additions & 1 deletion superset-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion superset-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
},
"workspaces": [
"packages/*",
"plugins/*"
"plugins/*",
"src/setup/*"
],
"scripts": {
"_lint": "eslint --ignore-path=.eslintignore --ext .js,.jsx,.ts,tsx .",
Expand Down

0 comments on commit b5e7e70

Please sign in to comment.