1 min readJun 26, 2020
Great package! I used it to publish a hook and it made the process WAY smoother. There’s a small pitfall for typescript users where you have to put
```
“files”: [“dist”],
```
In the package.json
You’ve already commented on this: https://github.com/Hermanya/create-react-hook/issues/22
And I have no idea how to configure it to work automatically either! but thought it would be good to post here incase anyone else stumbles on it.