1.0.1 • Published 7 years ago

prepublish-bug v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

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 publish in the project directory
  • do npm i prepublish-bug in some other directory
  • check the node_modules/prepublish-bug folder:

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