fixed license-exporter call
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Nicolai Ort 2021-01-30 18:12:09 +01:00
parent 3aefa75412
commit 74b982afba
1 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@
"test:ci": "npm run test:ci:generate_env && npm run test:ci:run",
"seed": "ts-node ./node_modules/typeorm/cli.js schema:sync && ts-node ./node_modules/typeorm-seeding/dist/cli.js seed",
"openapi:export": "ts-node scripts/openapi_export.ts",
"licenses:export": "license-exporter --md",
"licenses:export": "license-exporter --markdown",
"release": "release-it --only-version"
},
"release-it": {
@ -104,4 +104,4 @@
"docs/*"
]
}
}
}