Skip to content

Commit 3a0ca68

Browse files
authored
Release: only published versioned files to cdn
Close gh-5406
1 parent 7eac932 commit 3a0ca68

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/release.js

+3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ module.exports = function( Release ) {
3737
npmPublish: true,
3838
issueTracker: "github",
3939

40+
// Update cdn location to versioned files
41+
cdnPublish: "dist/cdn/versioned",
42+
4043
/**
4144
* Set the version in the src folder for distributing ES modules.
4245
*/

0 commit comments

Comments
 (0)