Skip to content

Commit

Permalink
fix gen:swagger-spec script
Browse files Browse the repository at this point in the history
  • Loading branch information
arafubeatbox committed Dec 23, 2024
1 parent 87dae53 commit 12c51d4
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 34 deletions.
3 changes: 2 additions & 1 deletion apps/pdf-converter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"start:prod:ci": "pnpm start:prod --ci",
"start:prod": "node dist/index.js",
"lint": "pnpm eslint **/*.{js,ts}",
"gen:swagger-spec": "SWAGGER_GENERATION=true tsed run generate-swagger --output ./specs",
"gen:swagger-spec": "SWAGGER_GENERATION=true node --import @swc-node/register/esm-register src/bin/index.ts generate-swagger --output ./specs",
"build": "pnpm tsc -p tsconfig.build.json"
},
"dependencies": {
Expand All @@ -23,6 +23,7 @@
"@tsed/common": "=8.3.5",
"@tsed/components-scan": "=8.3.5",
"@tsed/core": "=8.3.5",
"@tsed/engines": "=8.3.5",
"@tsed/di": "=8.3.5",
"@tsed/exceptions": "=8.3.5",
"@tsed/json-mapper": "=8.3.5",
Expand Down
Loading

0 comments on commit 12c51d4

Please sign in to comment.