From 1f59a728ec999ca7804b6dac5daf67a8b98f376f Mon Sep 17 00:00:00 2001 From: nickofthyme Date: Thu, 21 Nov 2024 21:24:30 -0600 Subject: [PATCH] chore: revert dist clean script for linux ci box --- clean_dist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clean_dist.sh b/clean_dist.sh index 5b58358..9e40c82 100644 --- a/clean_dist.sh +++ b/clean_dist.sh @@ -3,4 +3,4 @@ # Needed to cleanup ncc output for CRLF error # Note: Avoid space between -i and empty string # so this works on linux and mac machines -sed -i '' "s/$(printf '\r')\$//" dist/index.js +sed -i"" "s/$(printf '\r')\$//" dist/index.js