Skip to content

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Siegrift committed Sep 26, 2023
1 parent 83831a6 commit d369728
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,12 @@ The repo uses `pnpm` workspaces. To install the dependencies:
```sh
pnpm install
```

and to build the packages:

```sh
pnpm run build
```

Note, that everytime you make a change to a workspace that is used as a dependency of another, you need to rebuild the
changed package (otherwise you might get weird JS/TS errors).
8 changes: 8 additions & 0 deletions packages/common/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# common

Utilities commonly used by other packages.

## Getting started

Use:

```sh
pnpm run build
```

0 comments on commit d369728

Please sign in to comment.