f
Check dist/index.js / Check dist/index.js for diffs (push) Has been cancelled

This commit is contained in:
Patrick Ellis
2021-06-21 12:24:01 -04:00
parent feaa12919d
commit 5189af2017
+2 -2
View File
@@ -3,8 +3,8 @@
dist_index_diff=$(git diff --exit-code --text -- dist/index.js) dist_index_diff=$(git diff --exit-code --text -- dist/index.js)
if [[ "$dist_index_diff" ]]; then 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; 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; exit 1
fi fi
# - run: | # - run: |