@npmcli/run-script

v1.7.5
Run a lifecycle script for a package (descendant of npm-lifecycle)

lint

npm run eslint -- "lib/**/*.js"

test

tap

start

node server.js

eslint

eslint

lintfix

npm run lint -- --fix

preversion

npm test

postversion

npm publish

prepublishOnly

git push origin --follow-tags
npm i @npmcli/[email protected]

Metadata

  • ISC
  • Whatever
  • Isaac Z. Schlueter
  • released 11/6/2020

Downloads