npm install does not install dist directory
Closed this issue · 1 comments
danielkbx commented
When installing 0.0.7-beta, the dist
folder is missing in the package. Therefore, the module does not work.
When installing the previous version (npm install nestjs-enlighten@0.0.6-beta
), everything is fine.
Probably, there is something wrong with the build process.
I hope, I did not break something with my PR from yesterday.
onur-ozkan commented
Probably I forgot to build lib before I publish it. I will fix it today.