Skip to content

Commit c088c28

Browse files
Remove new line char from dist check message
1 parent ad1d8e2 commit c088c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Compare the expected and actual dist/ directories
7373
run: |
7474
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:"
75+
echo "Detected uncommitted changes in transpiled javascript after build. Please run 'npm run build' locally and commit the changes. See status below:"
7676
git diff
7777
exit 1
7878
fi

0 commit comments

Comments
 (0)