소스 검색

fix install-command when cache does not exist

Yuki Takei 4 년 전
부모
커밋
31b56e0970
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/ci.yml

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

@@ -403,7 +403,7 @@ jobs:
       uses: cypress-io/github-action@v2
       uses: cypress-io/github-action@v2
       with:
       with:
         working-directory: ./packages/app
         working-directory: ./packages/app
-        install-command: yarn lerna bootstrap
+        install-command: npx lerna bootstrap -- --frozen-lockfile
         build: |
         build: |
           cp config/ci/.env.local.for-ci .env.production.local
           cp config/ci/.env.local.for-ci .env.production.local
         start: yarn server
         start: yarn server