From 226981f433a58bced268bc34bc23a6ca8cf34df5 Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Thu, 25 Sep 2025 21:25:07 -0800 Subject: [PATCH] also build the client --- services/our/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/our/package.json b/services/our/package.json index 7625c77..7287fcf 100644 --- a/services/our/package.json +++ b/services/our/package.json @@ -1,7 +1,7 @@ { "name": "futureporn-our", "private": true, - "version": "2.8.9", + "version": "2.8.10", "type": "module", "scripts": { "dev": "concurrently npm:dev:serve npm:dev:build:server npm:dev:build:client npm:dev:worker npm:dev:compose npm:dev:sftp npm:dev:qbittorrent npm:dev:tailscale", @@ -18,7 +18,7 @@ "start:server": "tsx ./src/index.ts", "start:worker": "tsx ./src/worker.ts", "preview": "vite preview", - "build": "tsup --clean", + "build": "tsup --clean && node build.mjs", "lint": "eslint .", "clean": "rimraf ./dist", "deploy": "npx prisma migrate deploy",