Skip to content

Commit

Permalink
去掉bulid layaAir空格
Browse files Browse the repository at this point in the history
  • Loading branch information
liukeming committed Jul 19, 2019
1 parent f121455 commit c44d49c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Expand Up @@ -5,7 +5,7 @@
"tasks": [
{
"type": "gulp",
"task": "Build LayaAir",
"task": "BuildLayaAir",
"problemMatcher": []
}
]
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Expand Up @@ -19,5 +19,5 @@ gulp.task('CopyNoneTSFile', () => {
.pipe(gulp.dest('bin/tsc'));
});

gulp.task('Build LayaAir', gulp.series('tsc','CopyNoneTSFile'));
gulp.task('BuildLayaAir', gulp.series('tsc','CopyNoneTSFile'));

0 comments on commit c44d49c

Please sign in to comment.