Skip to content

Commit 90611df

Browse files
committed
add install step
1 parent e031055 commit 90611df

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,8 @@ jobs:
1313
- uses: pnpm/action-setup@v4
1414
name: Install pnpm
1515

16+
- name: Install dependencies
17+
run: pnpm install
18+
1619
- name: Build 🏗️
1720
run: pnpm build

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
- uses: pnpm/action-setup@v4
1717
name: Install pnpm
1818

19+
- name: Install dependencies
20+
run: pnpm install
21+
1922
- name: Build 🏗️
2023
run: pnpm build
2124

0 commit comments

Comments
 (0)