From 311b4e90cac635ba50d662db7e87eece28cf4699 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 17 Sep 2018 22:51:25 +0900 Subject: [PATCH] No lint when test --- gulpfile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.ts b/gulpfile.ts index da111b298..8a4a74d26 100644 --- a/gulpfile.ts +++ b/gulpfile.ts @@ -78,7 +78,7 @@ gulp.task('build:copy', ['build:copy:views', 'build:copy:lang'], () => ]).pipe(gulp.dest('./built/')) ); -gulp.task('test', ['lint', 'mocha']); +gulp.task('test', ['mocha']); gulp.task('lint', () => gulp.src('./src/**/*.ts')