Skip to content

Commit

Permalink
docs(contributing): update prettier script
Browse files Browse the repository at this point in the history
  • Loading branch information
Frazer Smith committed Dec 28, 2020
1 parent 67010da commit c2df110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Prior to submitting a pull request back to the main repository, please make sure

1. Pull request base branch is set to `master`. All pull requests should be forked from and merged back to `master`
2. Run `yarn test` to check the code adheres to the defined style and that it passes the Jest tests
3. Run `yarn prettier` to run the Prettier code formatter over the code
3. Run `yarn lint:prettier` to run the Prettier code formatter over the code

## Release process

Expand Down

0 comments on commit c2df110

Please sign in to comment.