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 Feb 19, 2020
1 parent dca6789 commit 7962cf7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/debugging.md
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 7962cf7

Please sign in to comment.