Skip to content

Commit 1c2ffc6

Browse files
authored
Added yarn i for the repo step (#519)
1 parent 460a12e commit 1c2ffc6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/npmPublish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
node-version: "18"
1919
cache: "yarn"
2020

21+
- name: Install dependencies
22+
run: yarn install
23+
2124
- name: Install tsx
2225
run: npm install -g tsx
2326

0 commit comments

Comments
 (0)