mirror of
https://github.com/unraid/api.git
synced 2026-01-09 01:59:57 -06:00
feat: copy node modules
This commit is contained in:
@@ -53,7 +53,7 @@ try {
|
||||
cd('./deploy/pre-pack');
|
||||
|
||||
// Install production dependencies
|
||||
await $`cp ../../node_modules ./node_modules`;
|
||||
await $`mv ../../node_modules ./node_modules`;
|
||||
await $`npm prune --omit=dev`;
|
||||
await $`npm-pack-all`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user