Skip to content

Commit f9bcd4f

Browse files
committed
fix: fix gh actions
1 parent 8bf65a6 commit f9bcd4f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@ jobs:
1919
with:
2020
node-version: 11
2121

22+
- name: Install
23+
run: yarn
24+
2225
- name: Check Types
2326
run: yarn typecheck

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
node-version: 11
1616
registry-url: 'https://registry.npmjs.org'
1717

18+
- name: Install
19+
run: yarn
20+
1821
- name: Check Types
1922
run: yarn typecheck
2023

0 commit comments

Comments
 (0)