Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: include dist directories to package
`dist-*` doesn't work with `npm pack` (at least with 9.5.1) and nothing is packed. This commit fixes `files` to specify individual dist directories explicitly so that `npm pack` can include all files.
- Loading branch information