فهرست منبع

Update nextjs.yml

Aykut Saraç 2 سال پیش
والد
کامیت
63fc7b390a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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