prepublish-bug
v1.0.1
Published
The issue is that the files generated by `prepublishOnly` script (it works with `prepublish` though) are not published during `npm publish`.
Readme
prepublish-bug
The issue is that the files generated by prepublishOnly script (it works with prepublish though) are not published during npm publish.
Steps to reproduce:
- clone the project
- execute
npm publishin the project directory - do
npm i prepublish-bugin some other directory - check the
node_modules/prepublish-bugfolder:
Expected: lib/index.js file is there Actual: lib folder is missing
Note: please unpublish the module after test, so that other people can publish that again
