Commit 43126c291a29a5be7e5f7045ca7e11f59984d185

Authored by Adhidarma Hadiwinoto
1 parent f6bf31ded7
Exists in master

Add some scripts on package.json

Showing 1 changed file with 3 additions and 1 deletions Side-by-side Diff

... ... @@ -4,7 +4,9 @@
4 4 "description": "Komodo Dummy Gateway",
5 5 "main": "index.js",
6 6 "scripts": {
7   - "test": "echo \"Error: no test specified\" && exit 1"
  7 + "test": "echo \"Error: no test specified\" && exit 1",
  8 + "postversion": "git push && git push --tags",
  9 + "version": "auto-changelog -p && git add CHANGELOG.md"
8 10 },
9 11 "repository": {
10 12 "type": "git",