Yuki Takei 4 лет назад
Родитель
Сommit
ff65be349b
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
       with:
         working-directory: ./packages/app
-        install-command: ${{ (steps.cache-dependencies.outputs.cache-hit == 'true') && 'yarn') || 'npx' }} lerna bootstrap
+        install-command: ${{ (steps.cache-dependencies.outputs.cache-hit == 'true' && 'yarn') || 'npx' }} lerna bootstrap
         build: |
           cp config/ci/.env.local.for-ci .env.production.local
         start: yarn server