Fix review points

This commit is contained in:
IvanZosimov
2022-12-20 16:24:40 +01:00
parent 338d4e3bbf
commit 11aaa65761
7 changed files with 23 additions and 17 deletions

View File

@ -1,7 +0,0 @@
#!/bin/bash
if [ "$(git diff --ignore-space-at-eol dist/ | wc -l)" -gt "0" ]; then
echo "Detected uncommitted changes after build. See status below:"
git diff
exit 1
fi