We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9190d3c commit ae4ca07Copy full SHA for ae4ca07
deploy.sh
@@ -64,6 +64,7 @@ generate_file_index() {
64
input_deps=$(printf "$input_deps\n" | sort -u)
65
for path in $input_deps
66
do
67
+ # FIXME: Can't handle relative path ./
68
esc_path=$(printf "$path\n" | sed -r 's/\//\\\//')
69
registry_data=$(printf "$registry_data\n" | sed -r "s/^.*$esc_path//")
70
done
0 commit comments