Merge pull request #11 from Jeff-Emmett/new-website

Fix build: only run npm ci at root, not in client
This commit is contained in:
Jeff Emmett 2025-06-19 14:29:45 +02:00 committed by GitHub
commit a7ed7dba30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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": {