From a768059e74ecacefa7f1f95544c682acfcd332be Mon Sep 17 00:00:00 2001 From: Corban-Lee Date: Thu, 1 May 2025 14:29:52 +0100 Subject: [PATCH] build test --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index ce218d8..b621dc6 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -21,7 +21,7 @@ jobs: run: npm i - name: Create database file - run: echo "DATABASE_URL=file:./dev.db" >> $GITHUB_ENV && npm run db:push + run: echo "DATABASE_URL=file:./dev.db" >> $GITHUB_ENV npm run db:push - name: Build Dist run: npm run build \ No newline at end of file