Merge branch 'dev' into github-actions/coverage

This commit is contained in:
Timo De Meyst 2025-04-14 11:00:56 +02:00
commit bd266d3594
111 changed files with 3698 additions and 2908 deletions

View file

@ -5,7 +5,7 @@
"private": true,
"type": "module",
"scripts": {
"prebuild": "npm run clean",
"prebuild": "npm run clean && npm run swagger --workspace=docs",
"build": "tsc --build tsconfig.build.json",
"clean": "tsc --build tsconfig.build.json --clean",
"watch": "tsc --build tsconfig.build.json --watch",