From 93cc352da10c6e142c15601b6fd1b93a58c62338 Mon Sep 17 00:00:00 2001 From: sonlha Date: Mon, 14 Oct 2024 16:42:39 +0700 Subject: [PATCH] remove --ignore-scripts --- .github/workflows/release-code-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-code-push.yaml b/.github/workflows/release-code-push.yaml index 8730a91db..6ce26c480 100644 --- a/.github/workflows/release-code-push.yaml +++ b/.github/workflows/release-code-push.yaml @@ -46,7 +46,7 @@ jobs: - name: Install Dependencies if: steps.yarn-cache.outputs.cache-hit != 'true' - run: yarn --ignore-scripts + run: yarn - name: Install mobile packages working-directory: apps/mobile