From 5189af20178f4b8fbc9644fb825a0f56f02a7f7c Mon Sep 17 00:00:00 2001 From: Patrick Ellis Date: Mon, 21 Jun 2021 12:24:01 -0400 Subject: [PATCH] f --- .github/workflows/check_dist.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check_dist.sh b/.github/workflows/check_dist.sh index e00a00a7..498adbc8 100755 --- a/.github/workflows/check_dist.sh +++ b/.github/workflows/check_dist.sh @@ -3,8 +3,8 @@ 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; - exit 1; + echo -e "$dist_index_diff\n‼️ Changes detected to dist/index.js! \n\tPlease run \`npm run build' and commit the result." >&2 + exit 1 fi # - run: |