瀏覽代碼

Remove common package build from CI

Nicolas Meienberger 3 年之前
父節點
當前提交
4514d9e5ac
共有 1 個文件被更改,包括 0 次插入9 次删除
  1. 0 9
      .github/workflows/ci.yml

+ 0 - 9
.github/workflows/ci.yml

@@ -55,15 +55,6 @@ jobs:
       - name: Install dependencies
       - name: Install dependencies
         run: pnpm install
         run: pnpm install
 
 
-      - name: Build packages/common
-        run: |
-          cd ./packages/common
-          npm run build
-          cd ../..
-
-      - name: Install dependencies
-        run: pnpm install
-
       - name: Build packages
       - name: Build packages
         run: pnpm -r build
         run: pnpm -r build