Skip to content

Commit

Permalink
chore(contributing): remove missing test script reference
Browse files Browse the repository at this point in the history
  • Loading branch information
arashsheyda authored Oct 25, 2024
1 parent 23a1bcd commit e86b689
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Please note that this project is released with a [Contributor Code of Conduct](C

1. [Fork][fork] and clone the repository
1. Configure and install the dependencies: `npm install`
1. Make sure the tests pass on your machine: `npm run test`
1. Make sure linter passes on your machine: `npm run lint`
1. Create a new branch: `git checkout -b my-branch-name`
1. Make your change, add tests, and make sure the tests and linter still pass
Expand Down

0 comments on commit e86b689

Please sign in to comment.