build(deps): trim runtime dependency graph

This commit is contained in:
Peter Steinberger
2026-04-29 08:11:34 +01:00
parent 023d3371a5
commit 7e5d6dba80
20 changed files with 252 additions and 106 deletions

View File

@@ -21,5 +21,5 @@ docker_build_run qr-import-build \
-f "$ROOT_DIR/scripts/e2e/Dockerfile.qr-import" \
"$ROOT_DIR"
echo "Running qrcode-tui import smoke..."
run_logged qr-import-run docker run --rm -t "$IMAGE_NAME" node -e "import('@vincentkoc/qrcode-tui').then(async (m)=>{process.stdout.write(await m.renderTerminal('qr-smoke',{small:true}))})"
echo "Running qrcode import smoke..."
run_logged qr-import-run docker run --rm -t "$IMAGE_NAME" node -e "import('qrcode').then(async (m)=>{const q=m.default??m;process.stdout.write(await q.toString('qr-smoke',{small:true,type:'terminal'}))})"