Skip to content

Commit 3bbd99a

Browse files
committed
fix: build before running type-check
Otherwise the `core` package won't have a `dist/` output to resolve DTS files during `tsc`.
1 parent d2176dc commit 3bbd99a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ jobs:
1818
node-version: 20
1919
cache: "pnpm"
2020
- run: pnpm install
21+
- run: pnpm build
2122
- run: pnpm type-check

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
packages:
22
- 'examples/**'
3-
- 'packages/**/*'
3+
- 'packages/*'

0 commit comments

Comments
 (0)