Browse Source

Remove common package build from CI

Nicolas Meienberger 3 years ago
parent
commit
4514d9e5ac
1 changed files with 0 additions and 9 deletions
  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