mirror of
https://github.com/unraid/api.git
synced 2026-01-07 00:59:48 -06:00
fix: actually install dependencies
This commit is contained in:
@@ -50,11 +50,10 @@ try {
|
||||
|
||||
// # Create final tgz
|
||||
await $`cp ./README.md ./deploy/pre-pack/`;
|
||||
cd('./deploy/pre-pack');
|
||||
|
||||
// Install production dependencies
|
||||
await $`cp -r ../../node_modules ./node_modules`;
|
||||
await $`npm prune --omit=dev`;
|
||||
cd('./deploy/pre-pack');
|
||||
await $`npm install --omit=dev`;
|
||||
await $`npm-pack-all`;
|
||||
|
||||
// Move unraid-api.tgz to release directory
|
||||
|
||||
Reference in New Issue
Block a user