8000 Make contributors.md clearer · sf-bt-neteng/setup-python@b7d744c · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Commit b7d744c

Browse files
committed
Make contributors.md clearer
1 parent 4ff1108 commit b7d744c
File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/contributors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ If you're developing locally, you can run
1616
```
1717
npm install
1818
tsc
19-
ncc build
19+
ncc build src/setup-python.ts
2020
```
2121
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`.
2222

23-
During the commit step, Husky will take care of formatting all files with [Prettier](https://github.com/prettier/prettier)
23+
During the commit step, Husky will take care of formatting all files with [Prettier](https://github.com/prettier/prettier) (to run manually, use `prettier --write **/*.ts`).
2424

2525
### Testing
2626

0 commit comments

Comments
 (0)
0