zahmis 5 lat temu
rodzic
commit
988cbefe9d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -283,7 +283,7 @@ jobs:
         yarn build:prod:analyze
     - name: lerna bootstrap --production
       run: |
-        npx lerna bootstrap
+        npx lerna bootstrap --production
     - name: Print dependencies
       run: |
         echo -n "node " && node -v