Skip to content

Commit

Permalink
docs: update frontend assets path in debugging doc (apache#292)
Browse files Browse the repository at this point in the history
Frontend code has been moved by apache@a005e45
  • Loading branch information
ktmud authored and zhaoyongjie committed Nov 17, 2021
1 parent 5fb2ba3 commit b94c417
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ npm link
2. Link the local package to `incubator-superset`.

```sh
cd incubator-superset
cd superset/assets
cd incubator-superset/superset-frontend
npm link @superset-ui/chart \# use package name in package.json, not directory name
```

Expand Down Expand Up @@ -49,8 +48,8 @@ inside `incubator-superset`.

2. Unlink the package from `incubator-superset`.

```cd incubator-superset
cd superset/assets
```sh
cd incubator-superset/superset-frontend
npm unlink @superset-ui/chart
```

Expand Down

0 comments on commit b94c417

Please sign in to comment.