aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-28 20:34:49 -0700
committerFuwn <[email protected]>2024-09-28 20:34:49 -0700
commit012b729e93af661f2eccc2a170404eb6da45f9c7 (patch)
tree126a8226301c6a8dbb2b0d599c9053587758a0bf /package.json
parentfeat(user): move profile page badges to graphql (diff)
downloaddue.moe-012b729e93af661f2eccc2a170404eb6da45f9c7.tar.xz
due.moe-012b729e93af661f2eccc2a170404eb6da45f9c7.zip
chore(npm): fix graphql builder
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index d714c14c..b66e4eb7 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "vite dev",
- "build": "vite build",
+ "build": "npx sveltekit-graphql generate && vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",