Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: only include relevant files in published package (#399)
I realized that all files are included in the published package, when only the the generated files in the `build` and `dist` directories are needed (apart from the `package.json` etc). ![Screenshot 2024-01-12 at 16 40 08](https://github.com/gagoar/codeowners-generator/assets/644409/829c01af-1c85-4164-9c6b-2179a2c2c5f0) So with this change, only the needed files are included in the published package (the content after extracting the tarball generated by `npm pack`): ![Screenshot 2024-01-12 at 16 43 12](https://github.com/gagoar/codeowners-generator/assets/644409/8ebb9d35-d83d-4fed-b147-c4d2f26d58ff)
- Loading branch information