From 59271c58ae9a70c26b0e46edcec360b027abbd91 Mon Sep 17 00:00:00 2001 From: Ivan <46783751+AlgorithmLX@users.noreply.github.com> Date: Wed, 3 Apr 2024 00:01:28 +0700 Subject: [PATCH] Fast version change ability --- .github/workflows/build_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index 95c0f42..09308a9 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -24,7 +24,7 @@ jobs: id: yarn_cache run: echo "YARN_CACHE_DIR=$(yarn cache dir)" >> "${GITHUB_OUTPUT}" - name: Install dependencies - run: yarn install --frozen-lockfile --non-interactive + run: yarn install --non-interactive - name: Build run: yarn build