소스 검색

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: