Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iBrianWarner authored Apr 20, 2023
1 parent becdfb9 commit 5b8ec77
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,13 @@
- If at least one test fails fix the solution and check again.
1. Run `npm run lint` to see if your code follows the [the simplified styleguide](https://mate-academy.github.io/style-guides/javascript-standard-modified)
- If you see some errors fix them and check again
1. Add files to index
```
git add src/<task_name>.js
```
1. Save the solution
```
git commit -am 'Solution'
git commit -m 'Solution'
```
- code style is automatically checked again when you `commit` the code
- Fix all the errors before committing again
Expand Down

0 comments on commit 5b8ec77

Please sign in to comment.