Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e39d87d

Browse files
committedAug 6, 2024·
ci: remove --frozen-lockfile from yarn install step
1 parent 18d45dc commit e39d87d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
cache: yarn
3636
cache-dependency-path: "**/yarn.lock"
3737

38-
- run: yarn install --frozen-lockfile
38+
- run: yarn install
3939

4040
- run: yarn build
4141

0 commit comments

Comments
 (0)
Please sign in to comment.