소스 검색

modify ci settings

Yuki Takei 5 년 전
부모
커밋
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