From bacc2d4171e023f8b3c591a470c1e851e319e673 Mon Sep 17 00:00:00 2001 From: Kopra Date: Sun, 8 Sep 2024 15:09:40 +0200 Subject: [PATCH 1/2] Fix: preserve whole 'game_resources' instead of just 'dlcpacks' --- scripts/rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rollup.config.js b/scripts/rollup.config.js index e43aa8b..95bf6c0 100644 --- a/scripts/rollup.config.js +++ b/scripts/rollup.config.js @@ -67,7 +67,7 @@ function cleanUp() { 'dotnet/**/*', 'maps/**/*', 'plugins/**/*', - 'client_packages/game_resources/dlcpacks/**/*', + 'client_packages/game_resources/**/*', 'pnpm-lock.yaml', 'package-lock.json', 'yarn.lock' From 5f035c6e5aabe2f04b07ef5f7e98ef215f4e6a08 Mon Sep 17 00:00:00 2001 From: Kopra Date: Sun, 8 Sep 2024 15:10:17 +0200 Subject: [PATCH 2/2] Added 'client_packages/package2' to preserved folders --- scripts/rollup.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/rollup.config.js b/scripts/rollup.config.js index 95bf6c0..6e17ad7 100644 --- a/scripts/rollup.config.js +++ b/scripts/rollup.config.js @@ -68,6 +68,7 @@ function cleanUp() { 'maps/**/*', 'plugins/**/*', 'client_packages/game_resources/**/*', + 'client_packages/package2/**/*', 'pnpm-lock.yaml', 'package-lock.json', 'yarn.lock'