You've already forked setup-python
							
							
				mirror of
				https://github.com/actions/setup-python.git
				synced 2025-10-31 07:06:25 +07:00 
			
		
		
		
	Consistent file name references
This commit is contained in:
		| @ -2,13 +2,13 @@ | ||||
|  | ||||
| ### Checkin | ||||
|  | ||||
| - Do check in source (src) | ||||
| - Do check in a single index.js file after running `ncc` | ||||
| - Do not check in node_modules | ||||
| - Do check in source (`src/`) | ||||
| - Do check in a single `index.js` file after running `ncc` | ||||
| - Do not check in `node_modules/` | ||||
|  | ||||
| ### NCC | ||||
|  | ||||
| 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/`. | ||||
| 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/`. | ||||
|  | ||||
| ### Developing | ||||
|  | ||||
| @ -18,7 +18,7 @@ npm install | ||||
| tsc | ||||
| ncc build | ||||
| ``` | ||||
| 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`. | ||||
| 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`. | ||||
|  | ||||
| During the commit step, Husky will take care of formatting all files with [Prettier](https://github.com/prettier/prettier) | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Brian Cristante
					Brian Cristante