validate-commit

v1.0.11
Validate Angular style commit messages
node git angular commit conventional commit

clean

rimraf dist

lint

eslint src test

check

npm run lint -s && dependency-check package.json --entry src

watch

watch 'npm run build' src test

test

mocha --compilers js:babel-core/register

test-watch

mocha --compilers js:babel-core/register --watch

prebuild

npm run clean -s

build

babel --optional runtime src -d dist

postbuild

npm run test -s

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 -s

deploy

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

patch

node ./release patch -v && npm publish

minor

node ./release minor -v && npm publish

major

node ./release major -v && npm publish

postpublish

git push origin master --follow-tags

Metadata

Downloads

Maintainers