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