Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,16 +313,10 @@ npm run storybook

Everything inside `src/lib` is part of the library, everything inside `src/routes` can be used as a showcase or preview app.

## Building
## Releasing

To build the library:
To publish a new version of the library to npm, we use `np`:

```bash
npm run build
```

Then publish the new version with:

```bash
npm publish
npm run release
```
Loading