1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

run build upon release

This commit is contained in:
Matthias Kretschmann 2020-09-30 16:11:17 +02:00
parent 85b21b71e4
commit 2b5d48a3c9
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -103,7 +103,7 @@
},
"release-it": {
"hooks": {
"after:bump": "npm run changelog && npm run doc:json"
"after:bump": "npm run build && npm run changelog && npm run doc:json"
},
"plugins": {
"@release-it/bumper": {