Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit af11d7f

Browse files
committed
fix1
1 parent 88e8df4 commit af11d7f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
6464
- name: Install Dependencies
6565
run: |
66+
yarn
6667
yarn install --frozen-lockfile
6768
6869
- name: Build

.github/workflows/pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
2929
- name: Install Dependencies
3030
run: |
31+
yarn
3132
yarn install --frozen-lockfile
3233
3334
- name: Build

0 commit comments

Comments
 (0)