npm-failsafe

v0.3.0
Executes a sequence of npm scripts.
cli npm script scripts ci

lint

tslint --project ./tsconfig.json --config ./tslint.json --format prose

test

mocha --opts ./mocha.opts 'spec/*.spec.ts'

clean

rimraf lib

commit

git-cz

package

tsc --project tsconfig.json

semantic-release

semantic-release pre && npm publish && semantic-release post

Metadata

Downloads

Maintainers