Skip to content

Commit f9f1799

Browse files
committed
#test grunt release component and npm task
1 parent 7f07222 commit f9f1799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ module.exports = function(grunt) {
6464
grunt.loadNpmTasks('grunt-wrap');
6565

6666
grunt.registerTask('build', ['bump', 'concat', 'wrap', 'uglify:minifyJS']);
67-
grunt.registerTask('release', 'release');
67+
grunt.registerTask('release', 'release-component');
6868
grunt.registerTask('conc', ['concat', 'wrap']);
6969
grunt.registerTask('ugly', ['uglify:minifyJS']);
7070
};

0 commit comments

Comments
 (0)