You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/contributors.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,11 @@ If you're developing locally, you can run
16
16
```
17
17
npm install
18
18
tsc
19
-
ncc build
19
+
ncc build src/setup-python.ts
20
20
```
21
21
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`.
22
22
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`).
0 commit comments