3
0
Fork 0
mirror of https://gitea.com/actions/setup-python.git synced 2024-11-21 09:39:34 +01:00

Merge pull request #80 from SerVB/clarify-contrib-doc

Make contributors.md clearer
This commit is contained in:
Konrad Pabjan 2020-04-17 11:53:29 +02:00 committed by GitHub
commit 985150d1f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,11 +16,11 @@ If you're developing locally, you can run
```
npm install
tsc
ncc build
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`.
During the commit step, Husky will take care of formatting all files with [Prettier](https://github.com/prettier/prettier)
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`).
### Testing