mirror of
https://github.com/unraid/api.git
synced 2025-12-31 13:39:52 -06:00
feat: manually install libvirt in build process to ensure it is included in the final build
This commit is contained in:
@@ -64,6 +64,7 @@ try {
|
|||||||
|
|
||||||
await $`npm prune --omit=dev`;
|
await $`npm prune --omit=dev`;
|
||||||
await $`npm install --omit=dev`;
|
await $`npm install --omit=dev`;
|
||||||
|
await $`npm install github:unraid/libvirt`;
|
||||||
|
|
||||||
// Now we'll pack everything in the pre-pack directory
|
// Now we'll pack everything in the pre-pack directory
|
||||||
await $`tar -czf ../unraid-api-${deploymentVersion}.tgz .`;
|
await $`tar -czf ../unraid-api-${deploymentVersion}.tgz .`;
|
||||||
|
|||||||
Reference in New Issue
Block a user