Skip to content

Commit

Permalink
Merge pull request #283 from ably/fix-cdn-include-dirs
Browse files Browse the repository at this point in the history
release: fix CDN include dirs
  • Loading branch information
AndyTWF authored Jul 10, 2024
2 parents d65ada8 + 2ae3ee5 commit 1c9269b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/cdn_deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c9269b

Please sign in to comment.