From b91239002dd30372e3a296e4b555412ec33d064b Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sun, 28 Jun 2026 13:10:36 -0400 Subject: [PATCH] [ci] prod not build --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 1eda9c86..0ef2d361 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: - name: Build frontend assets run: | npm ci - npm run build + npm run prod - name: Build Python sdist run: |