diff --git a/scripts/cdn_deploy.js b/scripts/cdn_deploy.js index 91a768245..2452795f2 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