diff --git a/entrypoint.sh b/entrypoint.sh index 2c60c1c..2a26c71 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -40,5 +40,7 @@ if [[ -f "cloned_repository/$config" ]]; then fi # run the heart command +which npx +pwd command=$(generate_heart_command "$analysisService" "$config" "$threshold" "$exceptServices" "$onlyServices" "$verbose") npx heart $command