5c: the build and the release pipeline #48

Merged
lilleman merged 5 commits from release-pipeline into main 2026-09-04 09:24:37 +02:00
Showing only changes of commit 7612feb75e - Show all commits
+1 -1
View File
@@ -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