Skip to content

Commit

Permalink
docs: "Usage" セクションのコマンドを並べ替える
Browse files Browse the repository at this point in the history
  • Loading branch information
chalkygames123 committed Apr 5, 2023
1 parent bed0d83 commit 0bd7f64
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,28 +66,28 @@ Serve with live/hot reload at `localhost:8080`:
npm run dev
```

Run all linters:
Run all format checking:

```shell
npm run lint
npm run check
```

Run all linters with autofix:
Run all formatters:

```shell
npm run fix
npm run format
```

Run all format checking:
Run all linters:

```shell
npm run check
npm run lint
```

Run all formatters:
Run all linters with autofix:

```shell
npm run format
npm run fix
```

Build for production:
Expand Down

0 comments on commit 0bd7f64

Please sign in to comment.