Skip to content

Commit

Permalink
Re-introduce new version.sh script to version hook
Browse files Browse the repository at this point in the history
This was inadvertently removed during merge conflicts, and is required
for any of the new release process stuff to work
  • Loading branch information
cincodenada authored and fatso83 committed Jan 28, 2022
1 parent 51c508a commit f784d7a
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 @@ -55,7 +55,7 @@
"prettier:check": "prettier --check '**/*.{js,css,md}'",
"prettier:write": "prettier --write '**/*.{js,css,md}'",
"preversion": "./scripts/preversion.sh",
"version": "changes --commits --footer",
"version": "./scripts/version.sh",
"postversion": "./scripts/postversion.sh"
},
"nyc": {
Expand Down

0 comments on commit f784d7a

Please sign in to comment.