Sfoglia il codice sorgente

Build common package first

Nicolas Meienberger 3 anni fa
parent
commit
21d986d61d
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  1. 9 0
      .github/workflows/ci.yml

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

@@ -42,6 +42,15 @@ 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