Explorar o código

Remove common package build from CI

Nicolas Meienberger %!s(int64=3) %!d(string=hai) anos
pai
achega
4514d9e5ac
Modificáronse 1 ficheiros con 0 adicións e 9 borrados
  1. 0 9
      .github/workflows/ci.yml

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

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