aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/Makefile
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-08-01 21:02:30 +0900
committernsfisis <nsfisis@gmail.com>2024-08-01 21:02:30 +0900
commitb05de1617c7ad323f582f7392e4e62c1f08af58e (patch)
treed9b79a1fa6fb57945383a71bd208d4ef8f0889de /frontend/Makefile
parent10b9be2c2a46b204f83be7d152ca62bf69e8843e (diff)
downloadphperkaigi-2025-albatross-b05de1617c7ad323f582f7392e4e62c1f08af58e.tar.gz
phperkaigi-2025-albatross-b05de1617c7ad323f582f7392e4e62c1f08af58e.tar.zst
phperkaigi-2025-albatross-b05de1617c7ad323f582f7392e4e62c1f08af58e.zip
refactor: run code generation by `go generate`
Diffstat (limited to 'frontend/Makefile')
-rw-r--r--frontend/Makefile3
1 files changed, 0 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