Fix build: only run npm ci at root, not in client

This commit is contained in:
Jeff Emmett 2025-06-19 14:29:09 +02:00
parent fcae3e4841
commit ec267696dc
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"version": 2,
"buildCommand": "npm ci && cd client && npm ci && npm run build",
"buildCommand": "npm ci && cd client && npm run build",
"outputDirectory": "client/dist",
"installCommand": "npm ci",
"functions": {