From 7612feb75e1226c85dc0ae46e4629d54aafe27db Mon Sep 17 00:00:00 2001 From: Lilleman auf Larv Date: Fri, 4 Sep 2026 09:03:31 +0200 Subject: [PATCH] 5c: install the packed artifact offline so the gate needs no registry --- ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci.sh b/ci.sh index 2708d51..d389e45 100755 --- a/ci.sh +++ b/ci.sh @@ -23,6 +23,6 @@ in_image "$node_image" npm run build in_image "$node_image" sh -c 'set -e rm -rf package-tests/node_modules npm pack --pack-destination /tmp >/dev/null - npm install --no-save --no-package-lock --prefix package-tests /tmp/*.tgz >/dev/null' + npm install --no-audit --no-fund --no-package-lock --no-save --offline --prefix package-tests /tmp/*.tgz >/dev/null' in_image "$node_image" npx tsc -p package-tests in_image "$floor_image" node package-tests/node-floor.js