chore: run pi-test through tsx

This commit is contained in:
Mario Zechner
2026-05-20 15:51:38 +02:00
parent 8011e20932
commit aa4adac766
3 changed files with 22 additions and 1 deletions

View File

@@ -54,4 +54,4 @@ if [[ "$NO_ENV" == "true" ]]; then
echo "Running without API keys..."
fi
node "$SCRIPT_DIR/packages/coding-agent/src/cli.ts" ${ARGS[@]+"${ARGS[@]}"}
"$SCRIPT_DIR/node_modules/.bin/tsx" --tsconfig "$SCRIPT_DIR/tsconfig.json" "$SCRIPT_DIR/packages/coding-agent/src/cli.ts" ${ARGS[@]+"${ARGS[@]}"}