Validates codesign on files.
-
npm run test
: Runs tests once -
npm run test:watch
: Runs tests in watch-mode -
npm run lint
: Lints the code once -
npm run lint:watch
: Lints the code in watch-mode -
npm run cover
: Runs code coverage usingnyc
(istanbul
) -
npm run coveralls
: Used by coveralls -
npm run do-publish
: Used when publishing the package.