Skip to content

Commit 84c7f8a

Browse files
authored
ci: ensure types are referenceable (#1408)
1 parent dbf1e75 commit 84c7f8a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ jobs:
9696
- name: Build types
9797
run: pnpm run build:types
9898

99+
# Needed to ensure that the types after build:types are referenceable
100+
- name: Run a second install
101+
run: pnpm install
102+
99103
- name: Check scripts
100104
run: pnpm run ts-check
101105

0 commit comments

Comments
 (0)