Skip to content

Commit

Permalink
chore: update log command for hash commit
Browse files Browse the repository at this point in the history
  • Loading branch information
orzyyyy committed Dec 8, 2019
1 parent 91cd450 commit bd786bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"go": "pm2 start",
"lint": "nino eslint",
"lint-staged": "lint-staged",
"log": "git log --graph --pretty=format:'http://github.com/orzyyyy/memo/commit/%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative 1.1.1..HEAD",
"log": "git log --graph --pretty=format:'http://github.com/orzyyyy/memo/commit/%Cred%h%Creset - %h -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative 1.1.1..HEAD",
"pre:server": "rimraf bin && node scripts/copy-resource",
"prettier": "nino prettier",
"pub": "gh-pages -d dist",
Expand Down

0 comments on commit bd786bb

Please sign in to comment.