e5a779ced2
When npm install runs in server/ and processes the file: dep at vendor/keysat-licensing-client/, it fires the vendor's 'prepare' script even with --ignore-scripts (npm bug for file/git deps). The prepare script calls tsup which isn't installed in the build container, so the build fails with 'sh: 1: tsup: not found'. The vendored copy ships its prebuilt dist/ in the repo, so we don't need tsup. Drop the scripts entirely.