Skip to content

Commit

Permalink
chore: add npm-release
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed Aug 1, 2018
1 parent 99e434e commit 355ee09
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
18 changes: 18 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"test-coverage": "nyc --all --statements=100 --lines=100 --functions=100 --branches=100 --check-coverage --reporter=lcov --reporter=cobertura --report-dir=coverage -- mocha -R spec -t 100000 $(find test -name '*.test.js')",
"send-coverage": "cat ./coverage/lcov.info | coveralls",
"update": "updtr",
"release-after-pr": "git pull --rebase && npm run test-coverage && npm-release patch",
"changelog": "conventional-changelog -i CHANGELOG.md -s -r 0",
"changelog-git": "npm run changelog && git add CHANGELOG.md && git commit -m 'docs(changelog): updated' && git push origin master",
"postpublish": "npm run --silent changelog-git"
Expand Down Expand Up @@ -57,6 +58,7 @@
"coveralls": "^2.11.12",
"kew": "~0.7.0",
"mocha": "^3.0.2",
"npm-release": "^1.0.0",
"nyc": "^10.0.0",
"q": "~1.4.1",
"request": "^2.87.0",
Expand Down

0 comments on commit 355ee09

Please sign in to comment.