0.0.1 • Published 12 months ago

@fasttime/npm-test v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
12 months 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.1

12 months ago

0.0.2

9 months ago

0.0.0

3 years ago