No lint when test

This commit is contained in:
syuilo 2018-09-17 22:51:25 +09:00
parent f5a937c523
commit 311b4e90ca
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -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')