Skip to content

Commit 7016c18

Browse files
authored
package before check (#46)
1 parent 8090d46 commit 7016c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: install
5555
run: pnpm install --frozen-lockfile
5656
- name: type check
57-
run: pnpm check
57+
run: pnpm -r package && pnpm check
5858
- name: lint
5959
if: (${{ success() }} || ${{ failure() }}) # ensures this step runs even if previous steps fail (avoids multiple runs uncovering different issues at different steps)
6060
run: pnpm lint

0 commit comments

Comments
 (0)