Skip to content

Commit

Permalink
chore: revert dist clean script for linux ci box
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme committed Nov 22, 2024
1 parent b5865f4 commit 1f59a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clean_dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1f59a72

Please sign in to comment.