chore(bin): convert generate-openapi to typescript

This commit is contained in:
Elian Doran 2025-02-15 00:02:00 +02:00
parent 2fe6881d73
commit 81d5d16e1a
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
"integration-mem-db": "cross-env TRILIUM_INTEGRATION_TEST=memory TRILIUM_PORT=8082 TRILIUM_DATA_DIR=./integration-tests/db nodemon src/main.ts",
"integration-mem-db-dev": "cross-env TRILIUM_INTEGRATION_TEST=memory TRILIUM_PORT=8082 TRILIUM_ENV=dev TRILIUM_DATA_DIR=./integration-tests/db nodemon src/main.ts",
"generate-document": "cross-env nodemon ./bin/generate_document.ts 1000",
"generate-openapi": "node bin/generate-openapi.js",
"generate-openapi": "tsx bin/generate-openapi.js",
"ci-update-nightly-version": "tsx ./bin/update-nightly-version.ts",
"prettier-check": "prettier . --check",
"prettier-fix": "prettier . --write"