2
0
Эх сурвалжийг харах

fix install-command when cache does not exist

Yuki Takei 4 жил өмнө
parent
commit
31b56e0970

+ 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