Skip to content

Commit

Permalink
Fast version change ability
Browse files Browse the repository at this point in the history
  • Loading branch information
AlgorithmLX authored Apr 2, 2024
1 parent 0ab5963 commit 59271c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 59271c5

Please sign in to comment.