diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 3a1e042..037e451 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -12,5 +12,8 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Install + run: npm ci + - name: Build run: npm run build \ No newline at end of file