Skip to content

Commit

Permalink
chore(deps): update pnpm to v8 (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 17, 2023
1 parent 20aa8f1 commit 793372f
Show file tree
Hide file tree
Showing 5 changed files with 4,954 additions and 5,316 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:

- run: pnpm install --frozen-lockfile

- run: pnpm deduplicate:check

- run: pnpm build

- run: pnpm lint
Expand Down
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,20 +58,6 @@ To run the tests for all packages, run the following command in the repo root:
pnpm test
```

### Deduplicating dependencies

To check if there are unneeded duplicates run:

```bash
pnpm deduplicate:check
```

To fix all duplicates run:

```bash
pnpm deduplicate:fix
```

## Releasing new version

Release flow is managed by [changesets](https://github.com/changesets/changesets).
Expand Down
Loading

0 comments on commit 793372f

Please sign in to comment.