Parcourir la source

Update nextjs.yml

Aykut Saraç il y a 2 ans
Parent
commit
63fc7b390a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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