Added license export and release scripts
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nicolai Ort 2021-01-30 18:06:46 +01:00
parent 48d7cad9f3
commit 0c4e5a182c

View File

@ -5,7 +5,9 @@
"main": "src/app.ts",
"scripts": {
"dev": "nodemon src/app.ts",
"build": "rimraf ./dist && tsc"
"build": "rimraf ./dist && tsc",
"licenses:export": "license-exporter --md",
"release": "release-it --only-version"
},
"repository": {
"type": "git",