We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8020cc commit bc30736Copy full SHA for bc30736
1 file changed
.github/workflows/presubmit.yml
@@ -56,7 +56,7 @@ jobs:
56
diff_file=$(mktemp doc_diff_XXXXXX)
57
git diff --color > $diff_file
58
if [[ -s $diff_file ]]; then
59
- echo "Please update the documentation by running 'npm run generate-docs'. The following was the diff"
+ echo "Please update the documentation by running 'npm run docs'. The following was the diff"
60
cat $diff_file
61
rm $diff_file
62
exit 1
0 commit comments