We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f6cb6e commit 2107572Copy full SHA for 2107572
1 file changed
scripts/assert-clean-working-directory.sh
@@ -5,5 +5,8 @@ set -e
5
if [ -n "$(git status --porcelain=v1)" ]; then
6
echo "Uncommitted changes to repo found!"
7
git status --porcelain=v1
8
+
9
+ git diff pnpm-lock.yaml
10
11
exit 1
12
fi
0 commit comments