Skip to content

Commit

Permalink
Update .github/CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Co-authored-by: Konrad Bosak <konrad.bosak@vazco.eu>
  • Loading branch information
kestarumper and Monteth committed May 27, 2024
1 parent e1c3a70 commit 60eb47f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ npm run build -- --watch
npm run test -- --watch
```

#### Fixing lint issues automatically

```sh
npm run lint:code -- --fix
```

#### Making changes to the documentation website (docusaurus)

The local version of docs will use the locally built version of uniforms, so make sure to run the build in watch mode for live changes.
Expand Down

0 comments on commit 60eb47f

Please sign in to comment.