Yuki Takei 4 anni fa
parent
commit
266173dfcb
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      .github/workflows/ci.yml

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

@@ -406,7 +406,8 @@ jobs:
       uses: cypress-io/github-action@v2
       with:
         working-directory: ./packages/app
-        install-command: npx lerna bootstrap -- --frozen-lockfile
+        install: false
+        # install-command: npx lerna bootstrap -- --frozen-lockfile
         runTests: false
         # WIP
         # build: |