diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02a4d59..3f85b2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,10 +45,9 @@ jobs: # - name: Run tests # run: npm test - - name: Build CDN assets and npm package + - name: Build npm package run: | npm run build - npm run build:raw - name: Publish to Gitea npm registry if: success()