aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'frontend')
-rw-r--r--frontend/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/package.json b/frontend/package.json
index a4121dc..98448e1 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -4,10 +4,11 @@
"version": "0.0.0",
"type": "module",
"scripts": {
- "build": "npm run graphql-codegen && tsc -b && vite build",
+ "build": "tsc -b && vite build",
"check": "biome check .",
"dev": "vite",
"fix": "biome check --write .",
+ "generate": "npm run graphql-codegen",
"graphql-codegen": "graphql-codegen --config graphql-codegen.ts",
"preview": "vite preview"
},