Yuki Takei 5 лет назад
Родитель
Сommit
c73b8e9d05
2 измененных файлов с 4 добавлено и 4 удалено
  1. 2 2
      .github/workflows/ci-slackbot-proxy.yml
  2. 2 2
      .github/workflows/ci.yml

+ 2 - 2
.github/workflows/ci-slackbot-proxy.yml

@@ -202,9 +202,9 @@ jobs:
     - name: lerna run build
       run: |
         yarn lerna run build
-    - name: lerna bootstrap -- --production
+    - name: lerna bootstrap --production
       run: |
-        yarn lerna bootstrap -- --production
+        npx lerna bootstrap -- --production
     - name: Print dependencies
       run: |
         echo -n "node " && node -v

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

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