aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/package.json
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-08-01 21:12:21 +0900
committernsfisis <nsfisis@gmail.com>2024-08-01 21:12:21 +0900
commit7190fa225d1a559bacfb244fb1295e8bec246906 (patch)
tree5dfec840f71ed07c78c05b9d465b52b5afb2ff25 /frontend/package.json
parentd4b76effa883fc191b82027e7d76d1f34fcc2992 (diff)
downloadiosdc-japan-2024-albatross-7190fa225d1a559bacfb244fb1295e8bec246906.tar.gz
iosdc-japan-2024-albatross-7190fa225d1a559bacfb244fb1295e8bec246906.tar.zst
iosdc-japan-2024-albatross-7190fa225d1a559bacfb244fb1295e8bec246906.zip
refactor(frontend): disable `--path-params-as-types` of `openapi-typescript`
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/package.json b/frontend/package.json
index ff25a86..12aa6ba 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -7,7 +7,7 @@
"build": "remix vite:build",
"dev": "remix vite:dev",
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
- "openapi-typescript": "npx --no-install openapi-typescript --path-params-as-types --output ./app/.server/api/schema.d.ts ../openapi.yaml",
+ "openapi-typescript": "npx --no-install openapi-typescript --output ./app/.server/api/schema.d.ts ../openapi.yaml",
"start": "remix-serve ./build/server/index.js",
"typecheck": "tsc"
},