Skip to content

Commit 54cac23

Browse files
committed
fix raphael tests
1 parent cd3519f commit 54cac23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

raphael/Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ module.exports = function(grunt) {
4242
});
4343

4444
grunt.loadTasks('../_tasks/download/tasks');
45-
grunt.registerTask('default', ['download']);
45+
grunt.registerTask('build', ['download']);
4646
};
4747

4848

49-
/** 只需 grunt, 直接下载到 dist 目录, 不需要再 spm build **/
49+
/** 只需 grunt, 直接下载到 dist 目录, 不需要再 spm build **/

0 commit comments

Comments
 (0)