From 874194923facae0b66aec5551de19895fff54a5c Mon Sep 17 00:00:00 2001 From: DrHaid <40427630+DrHaid@users.noreply.github.com> Date: Tue, 6 Jan 2026 16:01:01 +0100 Subject: [PATCH] Rename build step --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index eb7bf58..9609538 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -20,5 +20,5 @@ jobs: - name: install dependencies run: npm ci - - name: build extension for Firefox + - name: build project run: npm run build \ No newline at end of file