validate-commit

v2.1.0
Validate Angular style commit messages
node git angular commit conventional commit

clean

rimraf dist typings

lint

tslint './src/**/*.ts'

watch

tsc --watch

pretest

npm run build

test

mocha --compilers js:babel-core/register

test-watch

npm test -- --watch

prebuild

npm run clean && npm run typings:install

build

tsc

coverage

babel-node ./node_modules/.bin/isparta cover _mocha -- -R spec

coveralls

npm run coverage -s && coveralls < coverage/lcov.info

postcoveralls

rimraf ./coverage

prepublish

npm run build

deploy

git pull --rebase origin master && git push origin master

patch

gulp release:patch && npm publish

minor

gulp release:minor && npm publish

major

gulp release:major && npm publish

postpublish

git push origin master --follow-tags

typings:install

typings install

Metadata

Downloads

Maintainers