Skip to content

Commit

Permalink
Merge branch 'main' into gfonts
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-kklein authored Jan 27, 2025
2 parents aaf0abd + 3b61426 commit 63024dc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.

Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

### OpenAPI Specification Generation

Run `npm run ng-openapi-gen` to generate the OpenAPI specification and related TypeScript interfaces. This command will update the API client code based on the OpenAPI specification.

## 🔗 Links

- Generate machine-readable files from AHB documents with [KohlrAHBi](https://github.com/Hochfrequenz/kohlrahbi) 🥬.
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"tsx": "^4.19.2",
"typescript": "~5.5.4"
"typescript": "~5.7.3"
}
}

0 comments on commit 63024dc

Please sign in to comment.