diff --git a/.forgejo/workflows/node.yaml b/.forgejo/workflows/node.yaml index 0d353bce..4ce237e6 100644 --- a/.forgejo/workflows/node.yaml +++ b/.forgejo/workflows/node.yaml @@ -30,5 +30,4 @@ jobs: run: npm test - name: Build project - run: npm run build --if-present - \ No newline at end of file + run: npm run build --if-present \ No newline at end of file