Skip to content

Commit ca0be3f

Browse files
committed
build: Add grunt task to only upload current version to the cdn
1 parent b5897a7 commit ca0be3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/raven-js/Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,5 +322,6 @@ module.exports = function(grunt) {
322322
);
323323
grunt.registerTask('dist', ['build', 'copy:dist', 'sri:dist']);
324324
grunt.registerTask('publish', ['build', 's3']);
325+
grunt.registerTask('cdn', ['version', 's3']);
325326
grunt.registerTask('test:ci', ['config:ci', 'build.test']);
326327
};

0 commit comments

Comments
 (0)