This commit is contained in:
Patrick Ellis
2021-06-21 12:24:01 -04:00
parent feaa12919d
commit 5189af2017

View File

@@ -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: |