1
0
Эх сурвалжийг харах

ci: remove duplicate build

Sv443 6 сар өмнө
parent
commit
6fedf1c271

+ 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: