Skip to content

Commit

Permalink
docs: remove 'run' in pnpm script commands
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronchan32 committed Mar 28, 2024
1 parent 3090651 commit 92d44d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ pnpm i
Run the development server:

```
pnpm run dev
pnpm dev
```

## Learn More

Run these commands for linting and formating.

- `pnpm run lint-check` - check all lint errors or code style issues without modifying any files
- `pnpm run lint-fix` - fixes all auto-fixable lint errors and reformats code
- `pnpm lint-check` - check all lint errors or code style issues without modifying any files
- `pnpm lint-fix` - fixes all auto-fixable lint errors and reformats code

0 comments on commit 92d44d3

Please sign in to comment.