We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f589c8 commit c60f50eCopy full SHA for c60f50e
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: fail if files changed
26
run: |
27
if ! git diff --quiet --exit-code ; then
28
- echo "Please run 'make package-all' and 'make readme-all' locally and commit the changes."
+ echo "Please run 'make build' and 'make Prettier' locally and commit the changes."
29
exit 1
30
fi
31
0 commit comments