Skip to content

Commit

Permalink
Update CONTRIBUTING with missing npm lint scripts (#2919)
Browse files Browse the repository at this point in the history
Signed-off-by: Arne Seime <[email protected]>
  • Loading branch information
seime authored Dec 14, 2024
1 parent c2ae0ab commit 8b8732c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bundles/org.openhab.ui/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Change to the `web` directory, gather the necessary dependencies with `npm insta
* `npm run test:unit:watch` - start the Jest test runner, run the unit tests, keep running and watch for changes
* `npm run test:e2e` - start Cypress and run the e2e tests
* `npm run test:e2e:gui` - open the Cypress GUI
* `npm run lint` - run linter to detect code style errors
* `npm run lint:fix` - run linter and fix code style errors

## Development server

Expand Down

0 comments on commit 8b8732c

Please sign in to comment.