Skip to content
Snippets Groups Projects
Commit 59913c96 authored by syuilo's avatar syuilo
Browse files

Fix: Add a missing semicolon

parent d55f9975
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ gulp.task('build:ts', () => {
return tsProject
.src()
.pipe(tsProject())
.pipe(gulp.dest('./built/'))
.pipe(gulp.dest('./built/'));
});
gulp.task('build:about:docs', () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment