diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-08-01 21:12:21 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-08-01 21:12:21 +0900 |
| commit | 7190fa225d1a559bacfb244fb1295e8bec246906 (patch) | |
| tree | 5dfec840f71ed07c78c05b9d465b52b5afb2ff25 /frontend/package.json | |
| parent | d4b76effa883fc191b82027e7d76d1f34fcc2992 (diff) | |
| download | phperkaigi-2025-albatross-7190fa225d1a559bacfb244fb1295e8bec246906.tar.gz phperkaigi-2025-albatross-7190fa225d1a559bacfb244fb1295e8bec246906.tar.zst phperkaigi-2025-albatross-7190fa225d1a559bacfb244fb1295e8bec246906.zip | |
refactor(frontend): disable `--path-params-as-types` of `openapi-typescript`
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 2 |
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" }, |
