1.0.1 • Published 9 years ago
prepublish-bug v1.0.1
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
1.0.1
9 years ago