From 2ae3ee5023500d8c90c5ea2cb66561273b442312 Mon Sep 17 00:00:00 2001 From: Andy Ford Date: Wed, 10 Jul 2024 15:15:58 +0100 Subject: [PATCH] release: fix CDN include dirs use the correct include dir for the CDN upload --- scripts/cdn_deploy.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/cdn_deploy.js b/scripts/cdn_deploy.js index 91a76824..2452795f 100644 --- a/scripts/cdn_deploy.js +++ b/scripts/cdn_deploy.js @@ -18,7 +18,8 @@ async function run() { // Local path to start from path: '.', // Comma separated directories (relative to `path`) to upload - includeDirs: 'build', + // TODO: Update this when we release React + includeDirs: 'dist/chat', // Comma separated directories (relative to `path`) to exclude from upload excludeDirs: 'node_modules,.git', // Regex to match files against for upload