Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 7211251

Browse files
committed
chore(ci): better hint in workflow to fix issues
1 parent 12e863d commit 7211251

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
@@ -57,6 +57,6 @@ jobs:
5757
# NOTE: Ensure no changes, but ignore node_modules dir since dev/fresh ci deps installed.
5858
run: |
5959
git diff --exit-code --stat -- . ':!node_modules' ':!dist' \
60-
|| (echo "##[error] found changed files after build. please 'pnpm run generate && pnpm run build'" \
60+
|| (echo "##[error] found changed files after build. please 'pnpm run generate && pnpm run build && pnpm run jsr:fix'" \
6161
"and commit all changes" \
6262
&& exit 1)

0 commit comments

Comments
 (0)