Skip to content

Commit 8db9e52

Browse files
authored
CI: don't instruct the user to do npm run format (#267)
1 parent 1da1716 commit 8db9e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checkin.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
# Ensure no changes, but ignore node_modules dir since dev/fresh ci deps installed.
3232
run: |
3333
git diff --exit-code --stat -- . ':!node_modules' \
34-
|| (echo "##[error] found changed files after build. please 'npm run build && npm run format'" \
34+
|| (echo "##[error] found changed files after build. please 'npm ci && npm run build'" \
3535
"and check in all changes" \
3636
&& exit 1)

0 commit comments

Comments
 (0)