Skip to content

Commit

Permalink
Update CONTRIBUTING with linter scripts
Browse files Browse the repository at this point in the history
Mostly I wanted to trigger a run of the new "docs" CI pipeline.
  • Loading branch information
ian-noaa committed Oct 23, 2023
1 parent 2dabfc7 commit 0e835e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ service is as simple as:

```
npm run vendor && npm run build
npm test
npm run lint
npm run format
```

## Coding Style
Expand Down

0 comments on commit 0e835e7

Please sign in to comment.