diff --git a/sourcemap-reader/build.sh b/sourcemap-reader/build.sh index 3025e05e4..bcbd49128 100644 --- a/sourcemap-reader/build.sh +++ b/sourcemap-reader/build.sh @@ -30,7 +30,7 @@ function build_api(){ } cp -R ../sourcemap-reader ../${destination} cd ../${destination} - cp -R ../assist/utils . + cp -R ../assist/utils/* ./utils/. tag="" # Copy enterprise code [[ $1 == "ee" ]] && {