Skip to content

Commit

Permalink
Autogenerate Swagger documentation on build (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobo-k2 authored May 8, 2024
1 parent 999cb7c commit 74fd48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"scripts": {
"serve:firebase": "yarn build && firebase emulators:start --only functions",
"shell:firebase": "yarn build && firebase functions:shell",
"build": "tsc --project tsconfig.json",
"build": "tsc --project tsconfig.json && yarn swagger-autogen api.astar.network",
"dev": "yarn swagger-autogen && ts-node-dev -r dotenv/config src/index.ts",
"build:swagger": "yarn swagger-autogen api.astar.network",
"lint": "eslint '*/**/*.{js,ts}' --quiet --fix && prettier -w .",
Expand Down

0 comments on commit 74fd48e

Please sign in to comment.