From 7ad42be42df74de2b89e9365c08ff678a62ae611 Mon Sep 17 00:00:00 2001 From: Patrick Ellis Date: Fri, 18 Jun 2021 13:51:07 -0400 Subject: [PATCH] f --- .github/workflows/check_dist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_dist.sh b/.github/workflows/check_dist.sh index 5febd77c..e00a00a7 100755 --- a/.github/workflows/check_dist.sh +++ b/.github/workflows/check_dist.sh @@ -1,6 +1,6 @@ #! /usr/bin/env bash -dist_index_diff=$(git diff --exit-code -- dist/index.js) +dist_index_diff=$(git diff --exit-code --text -- dist/index.js) if [[ "$dist_index_diff" ]]; then echo -e "$dist_index_diff\n‼️ Changes detected to dist/index.js! \n\tPlease run \`npm run build' and commit the result." >&2;