Explorar o código

Update nextjs.yml

Aykut Saraç %!s(int64=2) %!d(string=hai) anos
pai
achega
63fc7b390a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/nextjs.yml

+ 1 - 1
.github/workflows/nextjs.yml

@@ -35,7 +35,7 @@ jobs:
         run: |
           if [ -f "${{ github.workspace }}/yarn.lock" ]; then
             echo "manager=yarn" >> $GITHUB_OUTPUT
-            echo "command=install --frozen-lockfile --production" >> $GITHUB_OUTPUT
+            echo "command=install --production" >> $GITHUB_OUTPUT
             echo "runner=yarn" >> $GITHUB_OUTPUT
             exit 0
           elif [ -f "${{ github.workspace }}/package.json" ]; then