🐛 Bug: bin missing from package.json and bin/typestat pointing to wrong place? #1496
Closed
3 tasks done
Labels
area: tooling
Managing the repository's maintenance 🛠️
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
Before create-typescript-app migration, there was this is package.json
No it's no longer there.
Also
bin/typestat
should be changed to import from"../lib/cli/runCli"
?Actual
Additional Info
I'm trying to understand how I could run development build locally, but not succeeding.
I also think there are a lot unnecessary files in the npm package, looking at here: https://www.npmjs.com/package/typestat?activeTab=code - that was releaset before create-typescript-app migration, so it may be that the situation is now different.
The text was updated successfully, but these errors were encountered: