aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-02-13 21:43:51 +0900
committernsfisis <nsfisis@gmail.com>2026-02-13 21:58:25 +0900
commitdff818158c790481868c995e0209f13aeb106251 (patch)
tree8c666ea05faa7dd6d7aacc22b67a3224917a80ec /frontend
parent7037bd46431830e4d4ad46b2e136243e8455ac02 (diff)
downloadphperkaigi-2026-albatross-dff818158c790481868c995e0209f13aeb106251.tar.gz
phperkaigi-2026-albatross-dff818158c790481868c995e0209f13aeb106251.tar.zst
phperkaigi-2026-albatross-dff818158c790481868c995e0209f13aeb106251.zip
chore: replace Makefile with justfile
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'frontend')
-rw-r--r--frontend/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/package.json b/frontend/package.json
index 4a9a3ab..9767a12 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -8,7 +8,7 @@
"check": "npm run check:biome && npm run check:ts && npm run check:eslint",
"check:biome": "biome check --write",
"check:eslint": "eslint --cache --cache-location ./node_modules/.cache/eslint .",
- "check:ts": "react-router typegen && tsc",
+ "check:ts": "react-router typegen && tsc --noEmit",
"dev": "react-router dev",
"openapi-typescript": "openapi-typescript --output ./app/api/schema.d.ts ../openapi/api-server.yaml",
"shiki-codegen": "shiki-codegen --langs php,swift --themes github-light --engine javascript ./app/shiki.bundle.ts",