diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index c66962e..a774def 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -15,7 +15,8 @@ jobs: with: node-version: 22 cache: 'npm' - + - name: Install node dependencies + run: npm install - name: Build run: npm run build - name: Copy