Skip to content

Commit 1e5cac0

Browse files
committed
Remove --frozen-lockfile from CI build
1 parent 6da3846 commit 1e5cac0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
cache: yarn
2222

2323
- name: Install dependencies
24-
run: yarn install --frozen-lockfile
24+
run: yarn install
2525
- name: Build website
2626
run: yarn build
2727

@@ -40,4 +40,3 @@ jobs:
4040
# You can swap them out with your own user credentials.
4141
user_name: github-actions[bot]
4242
user_email: 41898282+github-actions[bot]@users.noreply.github.com
43-

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
cache: yarn
2020

2121
- name: Install dependencies
22-
run: yarn install --frozen-lockfile
22+
run: yarn install
2323
- name: Test build website
2424
run: yarn build
25-

0 commit comments

Comments
 (0)