mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 15:32:13 +00:00
Fixed some typos in contributors.md Markdown
This commit is contained in:
parent
497269ab64
commit
f2b6cd4be7
1 changed files with 4 additions and 2 deletions
|
@ -13,12 +13,14 @@ In order to avoid uploading `node_modules/` to the repository, we use [vercel/nc
|
||||||
### Developing
|
### Developing
|
||||||
|
|
||||||
If you're developing locally, you can run
|
If you're developing locally, you can run
|
||||||
```
|
|
||||||
|
```sh
|
||||||
npm install
|
npm install
|
||||||
tsc
|
tsc
|
||||||
ncc build src/setup-python.ts
|
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`).
|
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`).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue