Skip to content

Commit

Permalink
docs: update task runs
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandopasik committed Feb 10, 2022
1 parent d629bca commit 64da40d
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ The routing approach is based on the [PWA Starter Kit](https://github.com/polyme
Install this library and its peer dependencies

```sh
yarn add lit-redux-router
yarn add lit pwa-helpers redux
npm i lit-redux-router lit pwa-helpers redux
```

## Usage
Expand Down Expand Up @@ -225,26 +224,26 @@ Check a more comprehensive example in https://github.com/fernandopasik/lit-redux
Start server with example and watch mode for building the library

```sh
yarn start
npm run start
```

Run lint and test tasks

```sh
yarn test
yarn lint
npm run test
npm run lint
```

Build the library

```sh
yarn build
npm run build
```

Check the full size of the library

```sh
yarn size
npm run size
```

## Built with
Expand Down

0 comments on commit 64da40d

Please sign in to comment.