Skip to content

Commit

Permalink
Add type-checking and formatting npm commands to developer advice in …
Browse files Browse the repository at this point in the history
…README
  • Loading branch information
arseniiv authored and frostburn committed Jan 25, 2025
1 parent 3701d73 commit 5dc8694
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,12 @@ npm run dev
npm run build
```

### Just Type-Check

```sh
npm run type-check
```

### Run Unit Tests with [Vitest](https://vitest.dev/)

```sh
Expand Down Expand Up @@ -257,6 +263,12 @@ npm run test:e2e
npm run lint
```

### Format the code

```sh
npm run format
```

### Run the backend server

See [sw-server](https://github.com/xenharmonic-devs/sw-server) for the backend component for storing and retrieving scales.
Expand Down

0 comments on commit 5dc8694

Please sign in to comment.