Skip to content

Commit 2107572

Browse files
committed
debug: diff
1 parent 4f6cb6e commit 2107572

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scripts/assert-clean-working-directory.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@ set -e
55
if [ -n "$(git status --porcelain=v1)" ]; then
66
echo "Uncommitted changes to repo found!"
77
git status --porcelain=v1
8+
9+
git diff pnpm-lock.yaml
10+
811
exit 1
912
fi

0 commit comments

Comments
 (0)