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: |