Forráskód Böngészése

chore(ci): yarn install --frozen-lockfile

defclass 4 éve
szülő
commit
d3cf5fc1f0
1 módosított fájl, 4 hozzáadás és 4 törlés
  1. 4 4
      .github/workflows/build-desktop-release.yml

+ 4 - 4
.github/workflows/build-desktop-release.yml

@@ -44,7 +44,7 @@ jobs:
           sudo ./linux-install-1.10.1.763.sh
 
       - name: Compile CLJS
-        run: yarn install && gulp build  && yarn cljs:release
+        run: yarn install --frozen-lockfile && gulp build  && yarn cljs:release
 
       - name: Update APP Version
         run: |
@@ -94,7 +94,7 @@ jobs:
           key: ${{ runner.os }}-${{ hashFiles('**/package.json') }}
 
       - name: Build/Release Electron App
-        run: yarn && yarn electron:make
+        run: yarn install --frozen-lockfile && yarn electron:make
         working-directory: ./static
 
       - name: Change Artifact Name
@@ -125,7 +125,7 @@ jobs:
           node-version: 14
 
       - name: Build/Release Electron app
-        run: yarn && yarn electron:make
+        run: yarn install --frozen-lockfile && yarn electron:make
         working-directory: ./static
 
       - name: Change Artifact Name
@@ -177,7 +177,7 @@ jobs:
           key: ${{ runner.os }}-${{ hashFiles('**/package.json') }}
 
       - name: Build/Release Electron App
-        run: yarn && yarn electron:make
+        run: yarn install --frozen-lockfile && yarn electron:make
         working-directory: ./static
 
       - name: Change Artifact Name