Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kristw authored and zhaoyongjie committed Nov 25, 2021
1 parent 4a1a503 commit ab1557d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions superset-frontend/temporary_superset_ui/superset-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,24 +50,22 @@ superset-ui/
### Installation

1. clone this repo
2. have lerna install package dependencies and manage the symlinking between packages for you
2. have yarn install package dependencies and manage the symlinking between packages for you

```sh
git clone ...superset-ui && cd superset-ui
npm install
npm run bootstrap
yarn install
```

### Builds, linting, and testing

Each package defines its own build config, linting, and testing. You can have lerna run commands
across all packages using the syntax `npm run test` (or `npm run test:watch` for watch mode) from the root `@superset/monorepo` root
directory.
across all packages using the syntax `yarn run test` (or `yarn run test:watch` for watch mode) from the root `@superset-ui` directory.

### Publishing

```
npm run release
yarn run release
```

### License
Expand Down

0 comments on commit ab1557d

Please sign in to comment.