Skip to content
This repository was archived by the owner on Jun 11, 2026. It is now read-only.

Commit c89d372

Browse files
authored
chore: install with frozen lockfile and ignore ci-generated files (#557)
1 parent 60ebcd4 commit c89d372

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/actions/build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
turbo-
2626
2727
- name: Install dependencies
28-
run: yarn install --check-files
28+
run: yarn install --frozen-lockfile
2929
shell: bash
3030

3131
- name: Build

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,5 @@ packages/*/lib
5454
!/.github/workflows/close.yml
5555
.turbo
5656
lib
57+
.npmrc
58+
.turbo-cache

0 commit comments

Comments
 (0)