feat: manually install libvirt in build process to ensure it is included in the final build

This commit is contained in:
Eli Bosley
2024-12-30 10:54:11 -05:00
parent bb6baf9bf4
commit cea11daf15

View File

@@ -64,6 +64,7 @@ try {
await $`npm prune --omit=dev`;
await $`npm install --omit=dev`;
await $`npm install github:unraid/libvirt`;
// Now we'll pack everything in the pre-pack directory
await $`tar -czf ../unraid-api-${deploymentVersion}.tgz .`;