| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,17 +2,17 @@ | |||
| 2 | 2 | ||
| 3 | 3 | ### Checkin | |
| 4 | 4 | ||
| 5 | - - Do checkin source (src) | ||
| 6 | - - Do checkin a single index.js file after running `ncc` | ||
| 7 | - - Do not checkin 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 | ||
| 8 | 8 | ||
| 9 | 9 | ### NCC | |
| 10 | 10 | ||
| 11 | 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/`. | |
| 12 | 12 | ||
| 13 | 13 | ### Developing | |
| 14 | 14 | ||
| 15 | - If you're developing locally you can run | ||
| 15 | + If you're developing locally, you can run | ||
| 16 | 16 | ``` | |
| 17 | 17 | npm install | |
| 18 | 18 | tsc | |
@@ -24,7 +24,7 @@ During the commit step, Husky will take care of formatting all files with [Prett | |||
| 24 | 24 | ||
| 25 | 25 | ### Testing | |
| 26 | 26 | ||
| 27 | - We ask that you include a link to a succesfull run that utilizes the changes you are working on. For example, if your changes are in the branch `newAwesomeFeature`, then show an example run that uses `setup-python@newAwesomeFeature` or `my-fork@newAwesomeFeature`. This will help speed up testing and help us confirm that there are no breaking changes or bugs. | ||
| 27 | + We ask that you include a link to a successful run that utilizes the changes you are working on. For example, if your changes are in the branch `newAwesomeFeature`, then show an example run that uses `setup-python@newAwesomeFeature` or `my-fork@newAwesomeFeature`. This will help speed up testing and help us confirm that there are no breaking changes or bugs. | ||
| 28 | 28 | ||
| 29 | 29 | ### Releases | |
| 30 | 30 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments