Explorar o código

fix install-command when cache does not exist

Yuki Takei %!s(int64=4) %!d(string=hai) anos
pai
achega
31b56e0970
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: yarn lerna bootstrap
+        install-command: npx lerna bootstrap -- --frozen-lockfile
         build: |
           cp config/ci/.env.local.for-ci .env.production.local
         start: yarn server