You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ jobs:
54
54
- name: install
55
55
run: pnpm install --frozen-lockfile
56
56
- name: type check
57
-
run: pnpm check
57
+
run: pnpm -r package && pnpm check
58
58
- name: lint
59
59
if: (${{ success() }} || ${{ failure() }}) # ensures this step runs even if previous steps fail (avoids multiple runs uncovering different issues at different steps)
0 commit comments