Skip to content

Commit

Permalink
Add postversion script
Browse files Browse the repository at this point in the history
  • Loading branch information
niekcandaele committed May 8, 2020
1 parent fa190cc commit 0b767c3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
"dev": "nodemon",
"debug": "node debug app.js",
"cover": "nyc npm run test",
"itemIcons:update": "bash ./scripts/itemIconsUpdate.sh"
"itemIcons:update": "bash ./scripts/itemIconsUpdate.sh",
"postversion": "git push && git push --tags"
},
"main": "app.js",
"repository": {
Expand Down Expand Up @@ -128,4 +129,4 @@
"all": true,
"report-dir": "./coverage"
}
}
}

0 comments on commit 0b767c3

Please sign in to comment.