diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index a3d37ae..6e1fada 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -34,7 +34,7 @@ jobs: run: | apt update -y apt install -y nodejs npm zip - npm ci + npm install npm run build # Create a zip file with all files required by the system