Bläddra i källkod

add production

zahmis 5 år sedan
förälder
incheckning
988cbefe9d
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      .github/workflows/ci.yml

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

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