Skip to content

Commit

Permalink
chore: Using dialogporten NPM package for Open API types generation (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdigdir committed Mar 4, 2024
1 parent 08cd7d2 commit 446b013
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/dialogporten-types-generated/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "dialogporten-types-generated",
"scripts": {
"build": "swagger-typescript-api --path dialogporten-v1.json -o generated --modular --clean-output --module-name-first-tag"
"build": "swagger-typescript-api --path ./node_modules/dialogporten-swagger/swagger.json -o generated --modular --clean-output --module-name-first-tag"
},
"dependencies": {
"dialogporten-swagger": "^1.0.4",
"swagger-typescript-api": "13.0.3"
}
}

0 comments on commit 446b013

Please sign in to comment.