mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 08:01:35 +00:00
fix typo on cli build (#6314)
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ add_ts_extensions() {
|
||||
cp "$file" "$file.orig"
|
||||
|
||||
# Add .ts to relative imports that don't already have extensions
|
||||
gsed -E \
|
||||
sed -E \
|
||||
-e 's/(from[[:space:]]+["'"'"'])(\.[^"'"'"']*[^./][^"'"'"']*)(["'"'"'])/\1\2.ts\3/g' \
|
||||
-e 's/(import[[:space:]]+["'"'"'])(\.[^"'"'"']*[^./][^"'"'"']*)(["'"'"'])/\1\2.ts\3/g' \
|
||||
"$file.orig" > "$file"
|
||||
|
||||
Reference in New Issue
Block a user