Browse Source

ci: remove duplicate build

Sv443 6 months ago
parent
commit
6fedf1c271
1 changed files with 1 additions and 3 deletions
  1. 1 3
      .github/workflows/build-and-publish.yml

+ 1 - 3
.github/workflows/build-and-publish.yml

@@ -25,9 +25,7 @@ jobs:
       - name: Install dependencies
         run: npm ci
       - name: Build package
-        run: |
-          npm run build
-          npm run build-all
+        run: npm run build-all
       - name: Create artifact
         uses: actions/upload-artifact@v4
         with: