0.0.0 • Published 1 year ago

@fasttime/npm-test v0.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

What scripts does npm <command> really run?

Without args

  • npm diff does not run any scripts.
  • npm pack does not run any scripts.
  • npm rebuild does not run any scripts.
  • npm cache add errors with code EUSAGE.
  • npm publish publishes package, then runs publish and postpublish (not prepublish).
  • npm ci, npm install run preinstall, install, postinstall, prepublish, preprepare, prepare, postprepare.
0.0.0

1 year ago