diff options
| author | Fuwn <[email protected]> | 2024-09-28 20:34:49 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-28 20:34:49 -0700 |
| commit | 012b729e93af661f2eccc2a170404eb6da45f9c7 (patch) | |
| tree | 126a8226301c6a8dbb2b0d599c9053587758a0bf /package.json | |
| parent | feat(user): move profile page badges to graphql (diff) | |
| download | due.moe-012b729e93af661f2eccc2a170404eb6da45f9c7.tar.xz due.moe-012b729e93af661f2eccc2a170404eb6da45f9c7.zip | |
chore(npm): fix graphql builder
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
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", |