Skip to content

Commit 1c9269b

Browse files
authored
Merge pull request #283 from ably/fix-cdn-include-dirs
release: fix CDN include dirs
2 parents d65ada8 + 2ae3ee5 commit 1c9269b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/cdn_deploy.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ async function run() {
1818
// Local path to start from
1919
path: '.',
2020
// Comma separated directories (relative to `path`) to upload
21-
includeDirs: 'build',
21+
// TODO: Update this when we release React
22+
includeDirs: 'dist/chat',
2223
// Comma separated directories (relative to `path`) to exclude from upload
2324
excludeDirs: 'node_modules,.git',
2425
// Regex to match files against for upload

0 commit comments

Comments
 (0)