Skip to content

Commit 49d94fd

Browse files
author
Sophia Marie Terry
committed
Added to code health error message after debug
1 parent 91768fc commit 49d94fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/code-health-tools.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ jobs:
6464
run: |
6565
npm run gen-ipa-docs
6666
if [[ -n $(git status --porcelain) ]]; then
67-
echo "IPA docs not up to date, please run 'npm run gen-ipa-docs' and commit the changes"
68-
git diff
67+
echo "IPA docs or NPM dependencies not up to date, please run 'npm run gen-ipa-docs' and 'npm install' then commit the changes"
6968
exit 1
7069
fi
7170
exit 0

0 commit comments

Comments
 (0)