Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 985150d

Browse filesBrowse files
authored
Merge pull request actions#80 from SerVB/clarify-contrib-doc
Make contributors.md clearer
2 parents 4ff1108 + c881de7 commit 985150d
Copy full SHA for 985150d

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎docs/contributors.md

Copy file name to clipboardExpand all lines: docs/contributors.md
+2-2Lines 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 `npm run format`).
2424

2525
### Testing
2626

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.