diff options
Diffstat (limited to 'frontend')
| -rw-r--r-- | frontend/Makefile | 3 | ||||
| -rw-r--r-- | frontend/package.json | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/frontend/Makefile b/frontend/Makefile deleted file mode 100644 index 17dd690..0000000 --- a/frontend/Makefile +++ /dev/null @@ -1,3 +0,0 @@ -.PHONY: openapi-typescript -openapi-typescript: - npx --no-install openapi-typescript --path-params-as-types --output ./app/.server/api/schema.d.ts ../openapi.yaml diff --git a/frontend/package.json b/frontend/package.json index aefb693..ff25a86 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -7,6 +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", "start": "remix-serve ./build/server/index.js", "typecheck": "tsc" }, |
