also build the client
Some checks failed
ci / test (push) Failing after 4m59s
ci / build (push) Successful in 56m19s

This commit is contained in:
CJ_Clippy 2025-09-25 21:25:07 -08:00
parent f7f5af4ec5
commit 226981f433

View File

@ -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",