From f2b6cd4be71a7cbdd291c21c038d4b0cb7ef8019 Mon Sep 17 00:00:00 2001 From: Peter Mescalchin Date: Thu, 1 Oct 2020 11:28:11 +1000 Subject: [PATCH] Fixed some typos in contributors.md Markdown --- docs/contributors.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/contributors.md b/docs/contributors.md index 92e6d4de..2833bb16 100644 --- a/docs/contributors.md +++ b/docs/contributors.md @@ -13,12 +13,14 @@ In order to avoid uploading `node_modules/` to the repository, we use [vercel/nc ### Developing If you're developing locally, you can run -``` + +```sh npm install tsc ncc build src/setup-python.ts ``` -Any files generated using `tsc` will be added to `lib/`, however those files also are not uploaded to the repository and are exluded using `.gitignore`. + +Any files generated using `tsc` will be added to `lib/`, however those files also are not uploaded to the repository and are excluded using `.gitignore`. During the commit step, Husky will take care of formatting all files with [Prettier](https://github.com/prettier/prettier) (to run manually, use `npm run format`).