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 ad1d8e2 commit c088c28Copy full SHA for c088c28
.github/workflows/test.yml
@@ -72,7 +72,7 @@ jobs:
72
- name: Compare the expected and actual dist/ directories
73
run: |
74
if [ "$(git diff --ignore-space-at-eol dist/ | wc -l)" -gt "0" ]; then
75
- echo "Detected uncommitted changes in transpiled javascript after build. Please run `npm run build` locally and commit the changes. See status below:"
+ echo "Detected uncommitted changes in transpiled javascript after build. Please run 'npm run build' locally and commit the changes. See status below:"
76
git diff
77
exit 1
78
fi
0 commit comments