Explorar el Código

set install-command

Yuki Takei hace 4 años
padre
commit
5b23fc3332
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .github/workflows/ci.yml

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

@@ -384,6 +384,7 @@ jobs:
       with:
         working-directory: ./packages/app
         cache-key: node_modules-${{ runner.OS }}-node${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }}
+        install-command: npx lerna bootstrap -- --frozen-lockfile
         build: |
           cp config/ci/.env.local.for-ci .env.production.local
         start: yarn server