Skip to content

Commit

Permalink
Add new scripts
Browse files Browse the repository at this point in the history
Add messages to package versioning scripts

Fix package versioning scripts not triggering second line
  • Loading branch information
Soitora committed Jun 24, 2020
1 parent e5b0c48 commit d2109af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"debug": "node .\\debug.js",
"clear": "break>output.txt && @echo off && cls && echo Cleared output.txt",
"build": "pkg -t node8-win scraper.js --output animemusic-scraper.exe",
"bump": "npm version patch -m 'Bump version to %s'"
"patch": "npm version patch -m \"Bump version to %s\" && git push --follow-tags",
"minor": "npm version minor -m \"Bump version to %s\" && git push --follow-tags",
"major": "npm version major -m \"Bump version to %s\" && git push --follow-tags"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d2109af

Please sign in to comment.