8000 Consistent file name references · sf-bt-neteng/setup-python@c57e58b · 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 c57e58b

Browse files
committed
Consistent file name references
1 parent d0da811 commit c57e58b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/contributors.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
### Checkin
44

5-
- Do check in source (src)
6-
- Do check in a single index.js file after running `ncc`
7-
- Do not check in node_modules
5+
- Do check in source (`src/`)
6+
- Do check in a single `index.js` file after running `ncc`
7+
- Do not check in `node_modules/`
88

99
### NCC
1010

11-
In order to avoid uploading `node_modules` to the repository, we use [zeit/ncc](https://github.com/zeit/ncc) to create a single `index.js` file that gets saved in `dist/`.
11+
In order to avoid uploading `node_modules/` to the repository, we use [zeit/ncc](https://github.com/zeit/ncc) to create a single `index.js` file that gets saved in `dist/`.
1212

1313
### Developing
1414

@@ -18,7 +18,7 @@ npm install
1818
tsc
1919
ncc build
2020
```
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`.
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`.
2222

2323
During the commit step, Husky will take care of formatting all files with [Prettier](https://github.com/prettier/prettier)
2424

0 commit comments

Comments
 (0)
0