瀏覽代碼

ci: remove duplicate build

Sv443 6 月之前
父節點
當前提交
6fedf1c271
共有 1 個文件被更改,包括 1 次插入3 次删除
  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: