release fix

This commit is contained in:
Matthias Kretschmann 2020-10-10 17:57:09 +02:00
parent f4cb6dc52c
commit 27038a17e4
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
"hooks": {
"after:init": "npm test",
"after:bump": "npm run changelog",
"before:release": "npm run dist"
"before:release": "npm run build"
},
"git": {
"tagName": "v${version}"