Skip to content

Commit

Permalink
update the git index
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrunton committed Jul 24, 2020
1 parent 1e965b2 commit a891b78
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
},
"npm": false,
"hooks": {
"before:init": ["make build"],
"before:init": [
"make build",
"git update-index -q --really-refresh"
],
"after:bump": ["make compile-release"]
}
}

0 comments on commit a891b78

Please sign in to comment.