Skip to content

Commit

Permalink
Update docs/contributors.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan <[email protected]>
  • Loading branch information
e-korolevskii and IvanZosimov authored Jul 25, 2022
1 parent 185e7f2 commit 4a0c081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Pull requests are the easiest way to contribute changes to git repos at GitHub.

- To implement new features or fix bugs, you need to make changes to the `.ts` files, which are located in the `src` folder
- To comply with the code style, **you need to run the `format` script**
- To compile source code to `javascript` we use [NCC](https://github.com/vercel/ncc). **It is very important to run the `build` script after making changes**, otherwise your changes will not get into the final `javascript` build
- To transpile source code to `javascript` we use [NCC](https://github.com/vercel/ncc). **It is very important to run the `build` script after making changes**, otherwise your changes will not get into the final `javascript` build
- You can also start formatting, building code, and testing with a single `pre-checkin` command

**Learn more about how to implement tests:**
Expand Down

0 comments on commit 4a0c081

Please sign in to comment.