🐛 Bug: package.json files array should include bin entry #1147
Labels
status: accepting prs
Please, send a pull request to resolve this!
type: bug
Something isn't working :(
Bug Report Checklist
main
branch of the repository.Expected
Running
npx create-typescript-app --bin ./bin/index.js
or similar should set up thepackage.json
'sfiles
array to include the bin file.Actual
#1146 is helping me see that, in fact, the file is excluded from publishing by default:
create-typescript-app/script/__snapshots__/migrate-test-e2e.js.snap
Lines 793 to 796 in 8d48fee
Additional Info
If a
bin
entry is provided, the template should include it in that array.The text was updated successfully, but these errors were encountered: