Skip to content

Commit

Permalink
Merge pull request #10 from philbates35/fix-readme
Browse files Browse the repository at this point in the history
README: Fix wrong prettier pnpm scripts
  • Loading branch information
philbates35 authored Jan 25, 2024
2 parents 65e4e72 + 869b8a4 commit b2d225d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ pnpm run coverage
pnpm run lint
# Run prettier
pnpm run prettier
pnpm run format
# Run prettier with --check (used in CI only)
pnpm run prettier-check
pnpm run format-check
```

0 comments on commit b2d225d

Please sign in to comment.