fix missing release artifact

This commit is contained in:
Matthias Kretschmann 2019-06-25 14:18:02 +02:00
parent 141f3a318c
commit 54d0c1a229
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@
"build": "npm run clean && npm run build:tsc && npm run build:dist",
"build:tsc": "tsc --sourceMap",
"build:metadata": "./scripts/get-metadata.js > src/metadata.json",
"build:dist": "cross-env NODE_ENV=production webpack && npm run doc:json",
"build:dist": "cross-env NODE_ENV=production webpack",
"build:watch": "tsc -w",
"test": "mocha",
"test:watch": "mocha -w --watch-extensions js,ts,json",
@ -113,6 +113,7 @@
},
"release-it": {
"hooks": {
"before:init": "npm run doc:json",
"after:bump": "npm run changelog"
},
"plugins": {